Uses of Interface
org.jgrapes.core.Components.TimeoutHandler
Packages that use Components.TimeoutHandler
Package
Description
Defines the interfaces and classes that provide
the core functionality of the JGrapes event driven component framework.
-
Uses of Components.TimeoutHandler in org.jgrapes.core
Methods in org.jgrapes.core that return Components.TimeoutHandlerModifier and TypeMethodDescriptionComponents.Timer.timeoutHandler()
Returns the timeout handler of this timer.Methods in org.jgrapes.core with parameters of type Components.TimeoutHandlerModifier and TypeMethodDescriptionstatic Components.Timer
Components.schedule
(Components.TimeoutHandler timeoutHandler, Duration scheduledFor) Schedules the given timeout handler for the given offset from now.static Components.Timer
Components.schedule
(Components.TimeoutHandler timeoutHandler, Instant scheduledFor) Schedules the given timeout handler for the given instance.