protected abstract class TopicModificationManager.EventHandler extends Object implements EventListenerIF, Serializable
Modifier | Constructor and Description |
---|---|
protected |
EventHandler() |
Modifier and Type | Method and Description |
---|---|
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.
|
public abstract void processEvent(Object object, String event, Object new_value, Object old_value)
EventListenerIF
processEvent
in interface EventListenerIF
protected void topicModified(TopicIF topic)