net.ontopia.topicmaps.impl.utils
Class AbstractSubjectIdentityCache.EventHandler

java.lang.Object
  extended by net.ontopia.topicmaps.impl.utils.AbstractSubjectIdentityCache.EventHandler
All Implemented Interfaces:
java.io.Serializable, EventListenerIF
Enclosing class:
AbstractSubjectIdentityCache

protected abstract class AbstractSubjectIdentityCache.EventHandler
extends java.lang.Object
implements EventListenerIF, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
protected AbstractSubjectIdentityCache.EventHandler()
           
 
Method Summary
protected  void addEvent(java.lang.Object object, java.lang.String event, java.lang.Object value)
           
abstract  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.
protected  void removeEvent(java.lang.Object object, java.lang.String event, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSubjectIdentityCache.EventHandler

protected AbstractSubjectIdentityCache.EventHandler()
Method Detail

processEvent

public abstract 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

addEvent

protected void addEvent(java.lang.Object object,
                        java.lang.String event,
                        java.lang.Object value)

removeEvent

protected void removeEvent(java.lang.Object object,
                           java.lang.String event,
                           java.lang.Object value)


Copyright © 2000-2012 Ontopia.