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:
- Serialized Form
Method Summary |
abstract void |
processEvent(Object object,
String event,
Object new_value,
Object old_value)
INTERNAL: A method that receives notification when an event has been triggered. |
protected void |
topicModified(TopicIF topic)
Inform object tree event listeners about object tree add event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopicModificationManager.EventHandler
protected TopicModificationManager.EventHandler()
processEvent
public abstract void processEvent(Object object,
String event,
Object new_value,
Object old_value)
- Description copied from interface:
EventListenerIF
- INTERNAL: A method that receives notification when an event has been triggered.
- Specified by:
processEvent
in interface EventListenerIF
topicModified
protected void topicModified(TopicIF topic)
- Inform object tree event listeners about object tree add event.
Copyright © 2000-2012 Ontopia.