public class TopicEvents extends Object implements EventListenerIF
Modifier and Type | Field and Description |
---|---|
protected RDBMSTopicMapStore |
store |
protected Set<TopicIF> |
topicsAdded |
protected Set<TopicIF> |
topicsModified |
protected Map<TopicIF,TopicIF> |
topicsRemoved |
Constructor and Description |
---|
TopicEvents(RDBMSTopicMapStore store) |
Modifier and Type | Method and Description |
---|---|
protected void |
abortListeners() |
protected void |
addedTopic(TopicIF topic) |
protected void |
commitListeners() |
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 RDBMSTopicMapStore store
public TopicEvents(RDBMSTopicMapStore store)
protected void commitListeners()
protected void abortListeners()
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)
EventListenerIF
processEvent
in interface EventListenerIF