|
GATE Version 3.1-2270 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectModificationListener | |
|---|---|
| com.ontotext.gate.ontology | |
| com.ontotext.gate.vr | |
| gate.gui | |
| gate.security | |
| Uses of ObjectModificationListener in com.ontotext.gate.ontology |
|---|
| Methods in com.ontotext.gate.ontology with parameters of type ObjectModificationListener | |
|---|---|
void |
TaxonomyImpl.addObjectModificationListener(ObjectModificationListener listener)
Adds an object modification listener. |
| Uses of ObjectModificationListener in com.ontotext.gate.vr |
|---|
| Classes in com.ontotext.gate.vr that implement ObjectModificationListener | |
|---|---|
class |
Gaze
Gaze is a Gazetteer VR capable of viewing and editing gazetteer lists, linear definitions (lists.def files), and mapping definitions (mappings between ontology classes and gazetteer lists). |
class |
OntologyEditorImpl
Implementation of an ontology editor |
| Uses of ObjectModificationListener in gate.gui |
|---|
| Classes in gate.gui that implement ObjectModificationListener | |
|---|---|
class |
OntologyEditor
|
| 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 |
|
GATE Version 3.1-2270 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||