public class TopicEvents extends Object implements EventListenerIF
| Modifier and Type | Field and Description |
|---|---|
protected InMemoryTopicMapStore |
store |
| Constructor and Description |
|---|
TopicEvents(InMemoryTopicMapStore store) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addedTopic(TopicIF topic) |
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 |
registerListeners(EventManagerIF emanager) |
protected void |
removingTopic(TopicIF topic) |
protected InMemoryTopicMapStore store
public TopicEvents(InMemoryTopicMapStore store)
protected void addedTopic(TopicIF topic)
protected void removingTopic(TopicIF topic)
protected void registerListeners(EventManagerIF emanager)
public void processEvent(Object object, String event, Object new_value, Object old_value)
EventListenerIFprocessEvent in interface EventListenerIF