|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmonit.events.MonitoringEvent org.jmonit.events.ExecutionEvent
public class ExecutionEvent
Field Summary | |
---|---|
static int |
CANCELED
|
static int |
STARTED
|
static int |
STOPPED
|
Constructor Summary | |
---|---|
ExecutionEvent(Stopwatch source,
int state)
|
Method Summary | |
---|---|
Stopwatch |
getExecution()
|
int |
getState()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int STARTED
public static final int STOPPED
public static final int CANCELED
Constructor Detail |
---|
public ExecutionEvent(Stopwatch source, int state)
source
- the probe that emitted this eventstate
- the probe stateMethod Detail |
---|
public int getState()
public Stopwatch getExecution()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |