org.safehaus.penrose.cache
Class EntryCacheEvent

java.lang.Object
  extended byorg.safehaus.penrose.event.Event
      extended byorg.safehaus.penrose.cache.EntryCacheEvent

public class EntryCacheEvent
extends Event

Author:
Endi S. Dewata

Field Summary
static int CACHE_ADDED
           
static int CACHE_REMOVED
           
 
Constructor Summary
EntryCacheEvent(java.lang.Object source, int type)
           
 
Methods inherited from class org.safehaus.penrose.event.Event
getSource, getType, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_REMOVED

public static final int CACHE_REMOVED
See Also:
Constant Field Values

CACHE_ADDED

public static final int CACHE_ADDED
See Also:
Constant Field Values
Constructor Detail

EntryCacheEvent

public EntryCacheEvent(java.lang.Object source,
                       int type)