public abstract class Event extends Object implements Message
This class, and subclasses, is an immutable but serializable.
| Modifier and Type | Field and Description | 
|---|---|
String | 
stack
When  
RolapUtil.MONITOR_LOGGER is set to TRACE,
 this field will contain the stack of the code which
 created this event. | 
long | 
timestamp
When the event occurred. 
 | 
| Constructor and Description | 
|---|
Event(long timestamp)
Creates an Event. 
 | 
public final long timestamp
System.currentTimeMillis().public final String stack
RolapUtil.MONITOR_LOGGER is set to TRACE,
 this field will contain the stack of the code which
 created this event.