|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectModificationListener | |
gate.security |
Uses of ObjectModificationListener in gate.security |
Classes in gate.security that implement ObjectModificationListener | |
class |
AccessControllerImpl
|
class |
GroupImpl
|
class |
UserImpl
|
Methods in gate.security with parameters of type ObjectModificationListener | |
void |
UserImpl.registerObjectModificationListener(ObjectModificationListener l,
int eventType)
registers an object fore receiving ObjectModificationEvent-s send by this object the only types of events sent by a user object are OBJECT_DELETED and OBJECT_MODIFIED, so any attempt for registering for other events is invalid |
void |
UserImpl.unregisterObjectModificationListener(ObjectModificationListener l,
int eventType)
unregisters an object fore receiving ObjectModificationEvent-s send by this object the only types of events sent by a user object are OBJECT_DELETED and OBJECT_MODIFIED, so any attempt for unregistering for other events is invalid |
void |
GroupImpl.registerObjectModificationListener(ObjectModificationListener l,
int eventType)
|
void |
GroupImpl.unregisterObjectModificationListener(ObjectModificationListener l,
int eventType)
|
void |
AccessControllerImpl.registerObjectModificationListener(ObjectModificationListener l,
int eventType)
|
void |
AccessControllerImpl.unregisterObjectModificationListener(ObjectModificationListener l,
int eventType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |