GATE
Version 3.1-2270

gate.event
Interface ObjectModificationListener

All Superinterfaces:
EventListener, GateListener
All Known Implementing Classes:
AccessControllerImpl, Gaze, GroupImpl, OntologyEditor, OntologyEditorImpl, UserImpl

public interface ObjectModificationListener
extends GateListener


Method Summary
 void objectCreated(ObjectModificationEvent e)
           
 void objectDeleted(ObjectModificationEvent e)
           
 void objectModified(ObjectModificationEvent e)
           
 
Methods inherited from interface gate.event.GateListener
processGateEvent
 

Method Detail

objectCreated

void objectCreated(ObjectModificationEvent e)

objectModified

void objectModified(ObjectModificationEvent e)

objectDeleted

void objectDeleted(ObjectModificationEvent e)

GATE
Version 3.1-2270