Uses of Class
org.jgrapes.core.Components.Timer
Package
Description
Defines the interfaces and classes that provide
the core functionality of the JGrapes event driven component framework.
-
Uses of Components.Timer in org.jgrapes.core
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.Modifier and TypeMethodDescriptionvoid
Components.TimeoutHandler.timeout
(Components.Timer timer) Invoked when the timeout occurs.