|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelayedEvent | |
|---|---|
| naga.eventmachine | An optional simple service for driving asynchronous and delayed tasks integrated with the Naga NIOService. |
| Uses of DelayedEvent in naga.eventmachine |
|---|
| Methods in naga.eventmachine that return DelayedEvent | |
|---|---|
DelayedEvent |
EventMachine.executeAt(java.lang.Runnable runnable,
java.util.Date date)
Execute a runnable on the Event/NIO thread after at a certain time. |
DelayedEvent |
EventMachine.executeLater(java.lang.Runnable runnable,
long msDelay)
Execute a runnable on the Event/NIO thread after a delay. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||