Package net.ontopia.topicmaps.impl.utils
Interface EventManagerIF
- All Superinterfaces:
EventListenerIF
- All Known Implementing Classes:
ObjectTreeManager,RDBMSTopicMapTransaction,TopicMap,TopicModificationManager
INTERNAL: An event manager listener interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(EventListenerIF listener, String event) INTERNAL: Register the listener as a listener for the event.voidremoveListener(EventListenerIF listener, String event) INTERNAL: Unregister the listener as a listener for the event.Methods inherited from interface net.ontopia.topicmaps.impl.utils.EventListenerIF
processEvent
-
Method Details
-
addListener
INTERNAL: Register the listener as a listener for the event. -
removeListener
INTERNAL: Unregister the listener as a listener for the event.
-