|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jsr.daemon.DaemonEventHandler | +--jsr.daemon.pausable.PausableEventHandler
helper class for dispatching pausable daemon events to bound listeners
Constructor Summary | |
PausableEventHandler()
default constructor for this event handler |
Method Summary | |
void |
paused(Pausable pausable,
boolean paused,
java.lang.Throwable throwable)
method for informing the event handler about a pause state change |
Methods inherited from class jsr.daemon.DaemonEventHandler |
active, addListener, getListeners, removeListener, removeListeners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PausableEventHandler()
Method Detail |
public void paused(Pausable pausable, boolean paused, java.lang.Throwable throwable)
pausable
- the pausable daemon changing its pause statepaused
- the target pause statethrowable
- a throwable for indicating a possible exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |