public class InspectableEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_IDLESTATE |
static int |
TYPE_NEWSTATE |
Constructor and Description |
---|
InspectableEvent(java.lang.Object src,
int t) |
Modifier and Type | Method and Description |
---|---|
long |
getTime()
Gets the time at which the event has been observed inside the tuple
centre VM
|
int |
getType()
Gets observable event type
|
public static final int TYPE_IDLESTATE
public static final int TYPE_NEWSTATE