|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectModificationEvent | |
---|---|
com.ontotext.gate.vr | |
gate.event | |
gate.gui | |
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 |
OntologyEditorImpl.objectCreated(ObjectModificationEvent e)
|
void |
Gaze.objectDeleted(ObjectModificationEvent e)
|
void |
OntologyEditorImpl.objectDeleted(ObjectModificationEvent e)
|
void |
Gaze.objectModified(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.objectDeleted(ObjectModificationEvent e)
|
void |
ObjectModificationListener.objectModified(ObjectModificationEvent e)
|
Uses of ObjectModificationEvent in gate.gui |
---|
Methods in gate.gui with parameters of type ObjectModificationEvent | |
---|---|
void |
OntologyEditor.objectCreated(ObjectModificationEvent e)
|
void |
OntologyEditor.objectDeleted(ObjectModificationEvent e)
|
void |
OntologyEditor.objectModified(ObjectModificationEvent e)
|
Uses of ObjectModificationEvent in gate.security |
---|
Methods in gate.security with parameters of type ObjectModificationEvent | |
---|---|
void |
AccessControllerImpl.objectCreated(ObjectModificationEvent e)
|
void |
GroupImpl.objectCreated(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 |
AccessControllerImpl.objectDeleted(ObjectModificationEvent e)
|
void |
GroupImpl.objectDeleted(ObjectModificationEvent e)
|
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 |
AccessControllerImpl.objectModified(ObjectModificationEvent e)
|
void |
GroupImpl.objectModified(ObjectModificationEvent e)
|
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) |
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |