Uses of Class
gate.event.ObjectModificationEvent

Packages that use ObjectModificationEvent
gate.event   
gate.security   
 

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
private  void UserImpl.fireObjectModifiedEvent(ObjectModificationEvent e)
          sends ObjectModificationEvent of type OBJECT_MODIFIED to all who have already registered
 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)
 void GroupImpl.objectCreated(ObjectModificationEvent e)
           
 void GroupImpl.objectModified(ObjectModificationEvent e)
           
 void GroupImpl.objectDeleted(ObjectModificationEvent e)
           
private  void GroupImpl.fireObjectModifiedEvent(ObjectModificationEvent e)
           
private  void AccessControllerImpl.fireObjectCreatedEvent(ObjectModificationEvent e)
           
private  void AccessControllerImpl.fireObjectDeletedEvent(ObjectModificationEvent e)
           
private  void AccessControllerImpl.fireObjectModifiedEvent(ObjectModificationEvent e)
           
 void AccessControllerImpl.objectCreated(ObjectModificationEvent e)
           
 void AccessControllerImpl.objectModified(ObjectModificationEvent e)
           
 void AccessControllerImpl.objectDeleted(ObjectModificationEvent e)