public class CacheResetEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
source
Constructor and Description |
---|
CacheResetEvent(Object source)
Constructs a prototypical Event.
|
public static final String copyright
public CacheResetEvent(Object source)
source
- The object on which the Event initially occurred.IllegalArgumentException
- if source is null.