Package wt.facade.ixb

Class ImportEvent

java.lang.Object
wt.events.KeyedEvent
wt.facade.ixb.ImportEvent
All Implemented Interfaces:
Serializable, wt.events.summary.SummarizedEvent

public class ImportEvent extends KeyedEvent implements Serializable
This event will have information about the status information of objects being imported. NEW_OBJECTS key shall be used by listener to get information about newly created objects while importing. UPDATED_OBJECTS key shall be used by listener to get information about updated existing objects while importing. SKIPPED_OBJECTS key shall be used by listener to get information about objects which are skipped while importing.
Supported API: true Extendible: false
See Also: