Uses of Interface
org.jgrapes.core.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
Modifier and TypeMethodDescriptionComponents.Timer.timeoutHandler()
Returns the timeout handler of this timer.Modifier 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.