public interface ContributedFilesetChange extends ContributedObjectChange
Fileset instances.| Modifier and Type | Method and Description | 
|---|---|
void | 
contributedObjectAdded(Fileset object, Processor processor, Context context)
Fired by  
Processor when a contributed object is added. | 
void | 
contributedObjectModified(Fileset object, Processor processor, Context context)
Fired by  
Processor when a contributed object is removed. | 
void | 
contributedObjectRemoved(Fileset object, Processor processor, Context context)
Fired by  
Processor when a contributed object is modified. | 
void contributedObjectAdded(Fileset object, Processor processor, Context context)
Processor when a contributed object is added.object - - object that was added.processor - - the source of the event.context - - the context in which object was added.void contributedObjectModified(Fileset object, Processor processor, Context context)
Processor when a contributed object is removed.object - - object modified.processor - - the source of the event.context - - the context in which object was modified.