|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WaitExecSyncEventHandler
The interface for implementing an event handler that periodically check if
action can be executed right now. If canRun becomes true, the run method will
be executed. The implementation will be set to
WaitExecSyncEventListener
.
WaitExecSyncEventListener
Method Summary | |
---|---|
boolean |
canRun(double elapsed)
Check if action can be executed right now |
double |
getInterval()
Get scheduling interval in second |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
double getInterval()
boolean canRun(double elapsed)
elapsed
- elapsed time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |