|
||||||||||
| 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 |
AccessControllerImpl.registerObjectModificationListener(ObjectModificationListener l,
int eventType)
|
void |
GroupImpl.registerObjectModificationListener(ObjectModificationListener l,
int eventType)
|
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 |
AccessControllerImpl.unregisterObjectModificationListener(ObjectModificationListener l,
int eventType)
|
void |
GroupImpl.unregisterObjectModificationListener(ObjectModificationListener l,
int eventType)
|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||