Package net.ontopia.topicmaps.impl.utils
Class TopicModificationManager.EventHandler
java.lang.Object
net.ontopia.topicmaps.impl.utils.TopicModificationManager.EventHandler
- All Implemented Interfaces:
Serializable,EventListenerIF
- Enclosing class:
- TopicModificationManager
protected abstract class TopicModificationManager.EventHandler
extends Object
implements EventListenerIF, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidprocessEvent(Object object, String event, Object new_value, Object old_value) INTERNAL: A method that receives notification when an event has been triggered.protected voidtopicModified(TopicIF topic) Inform object tree event listeners about object tree add event.
-
Constructor Details
-
EventHandler
protected EventHandler()
-
-
Method Details
-
processEvent
Description copied from interface:EventListenerIFINTERNAL: A method that receives notification when an event has been triggered.- Specified by:
processEventin interfaceEventListenerIF
-
topicModified
Inform object tree event listeners about object tree add event.
-