Uses of Class
gate.event.ObjectModificationEvent

Packages that use ObjectModificationEvent
com.ontotext.gate.vr   
gate.event   
gate.security   
 

Uses of ObjectModificationEvent in com.ontotext.gate.vr
 

Methods in com.ontotext.gate.vr with parameters of type ObjectModificationEvent
 void Gaze.objectCreated(ObjectModificationEvent e)
           
 void Gaze.objectDeleted(ObjectModificationEvent e)
           
 void Gaze.objectModified(ObjectModificationEvent e)
           
 void OntologyEditorImpl.objectCreated(ObjectModificationEvent e)
           
 void OntologyEditorImpl.objectDeleted(ObjectModificationEvent e)
           
 void OntologyEditorImpl.objectModified(ObjectModificationEvent e)
           
 

Uses of ObjectModificationEvent in gate.event
 

Methods in gate.event with parameters of type ObjectModificationEvent
 void ObjectModificationListener.objectCreated(ObjectModificationEvent e)
           
 void ObjectModificationListener.objectModified(ObjectModificationEvent e)
           
 void ObjectModificationListener.objectDeleted(ObjectModificationEvent e)
           
 

Uses of ObjectModificationEvent in gate.security
 

Methods in gate.security with parameters of type ObjectModificationEvent
 void AccessControllerImpl.objectCreated(ObjectModificationEvent e)
           
 void AccessControllerImpl.objectModified(ObjectModificationEvent e)
           
 void AccessControllerImpl.objectDeleted(ObjectModificationEvent e)
           
 void GroupImpl.objectCreated(ObjectModificationEvent e)
           
 void GroupImpl.objectModified(ObjectModificationEvent e)
           
 void GroupImpl.objectDeleted(ObjectModificationEvent e)
           
 void UserImpl.objectCreated(ObjectModificationEvent e)
          callback that is invoked from objects that were created and this user object is interested in NOTE that this events are just ignored
 void UserImpl.objectModified(ObjectModificationEvent e)
          callback that is invoked from objects that were modified and this user object is interested in Useful when a group drops the user as member and this user should be notified so that it will remove the reference to the group from its internal collections (the user is no longer member of the group)
 void UserImpl.objectDeleted(ObjectModificationEvent e)
          callback that is invoked from objects that were deleted and this user object is interested in Useful when a group is deleted from the security factory and this user should be notified so that it will remove the reference to the group from its internal collections (the user is no longer member of the group)