Package net.ontopia.topicmaps.impl.basic
Class TopicEvents
java.lang.Object
net.ontopia.topicmaps.impl.basic.TopicEvents
- All Implemented Interfaces:
EventListenerIF
INTERNAL: Internal event listener class that handles topic events.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddedTopic(TopicIF topic) voidprocessEvent(Object object, String event, Object new_value, Object old_value) INTERNAL: A method that receives notification when an event has been triggered.protected voidregisterListeners(EventManagerIF emanager) protected voidremovingTopic(TopicIF topic)
-
Field Details
-
store
-
-
Constructor Details
-
TopicEvents
-
-
Method Details
-
addedTopic
-
removingTopic
-
registerListeners
-
processEvent
Description copied from interface:EventListenerIFINTERNAL: A method that receives notification when an event has been triggered.- Specified by:
processEventin interfaceEventListenerIF
-