Uses of Interface
naga.eventmachine.DelayedEvent
Packages that use DelayedEvent
Package
Description
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 DelayedEventModifier and TypeMethodDescriptionExecute a runnable on the Event/NIO thread after at a certain time.EventMachine.executeLater
(Runnable runnable, long msDelay) Execute a runnable on the Event/NIO thread after a delay.Methods in naga.eventmachine that return types with arguments of type DelayedEventModifier and TypeMethodDescriptionEventMachine.getQueue()
Return the current event service queue.