Package kilim.timerservice
Class TimerService.Empty
- java.lang.Object
-
- kilim.timerservice.TimerService.Empty
-
- All Implemented Interfaces:
EventSubscriber
- Enclosing class:
- TimerService
private class TimerService.Empty extends java.lang.Object implements EventSubscriber
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleandone(package private) booleanempty(package private) TimerService.WatchdogContextexecutor
-
Constructor Summary
Constructors Modifier Constructor Description privateEmpty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleancheck(TimerService.WatchdogContext executor)voidonEvent(EventPublisher ep, Event e)
-
-
-
Field Detail
-
empty
boolean empty
-
done
boolean done
-
executor
TimerService.WatchdogContext executor
-
-
Method Detail
-
onEvent
public void onEvent(EventPublisher ep, Event e)
- Specified by:
onEventin interfaceEventSubscriber
-
check
boolean check(TimerService.WatchdogContext executor)
-
-