org.safehaus.penrose.event
Class CacheEvent

java.lang.Object
  extended byorg.safehaus.penrose.event.Event
      extended byorg.safehaus.penrose.event.CacheEvent

public class CacheEvent
extends Event

Author:
Endi S. Dewata

Field Summary
static int AFTER_LOAD_ENTRIES
           
static int BEFORE_LOAD_ENTRIES
           
 
Constructor Summary
CacheEvent(java.lang.Object source, SourceConfig sourceConfig, int type)
           
 
Method Summary
 SourceConfig getSourceConfig()
           
 void setSourceConfig(SourceConfig sourceConfig)
           
 
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

BEFORE_LOAD_ENTRIES

public static final int BEFORE_LOAD_ENTRIES
See Also:
Constant Field Values

AFTER_LOAD_ENTRIES

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

CacheEvent

public CacheEvent(java.lang.Object source,
                  SourceConfig sourceConfig,
                  int type)
Method Detail

getSourceConfig

public SourceConfig getSourceConfig()

setSourceConfig

public void setSourceConfig(SourceConfig sourceConfig)