net.ontopia.topicmaps.impl.basic
Class TopicEvents

java.lang.Object
  extended by net.ontopia.topicmaps.impl.basic.TopicEvents
All Implemented Interfaces:
EventListenerIF

public class TopicEvents
extends java.lang.Object
implements EventListenerIF

INTERNAL: Internal event listener class that handles topic events.


Field Summary
protected  InMemoryTopicMapStore store
           
 
Constructor Summary
TopicEvents(InMemoryTopicMapStore store)
           
 
Method Summary
 void processEvent(java.lang.Object object, java.lang.String event, java.lang.Object new_value, java.lang.Object old_value)
          INTERNAL: A method that receives notification when an event has been triggered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

store

protected InMemoryTopicMapStore store
Constructor Detail

TopicEvents

public TopicEvents(InMemoryTopicMapStore store)
Method Detail

processEvent

public void processEvent(java.lang.Object object,
                         java.lang.String event,
                         java.lang.Object new_value,
                         java.lang.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


Copyright © 2000-2012 Ontopia.