Uses of Class
org.jgrapes.core.Components.Timer
Packages that use 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
Methods in org.jgrapes.core that return Components.TimerModifier 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.Methods in org.jgrapes.core with parameters of type Components.TimerModifier and TypeMethodDescriptionvoid
Components.TimeoutHandler.timeout
(Components.Timer timer) Invoked when the timeout occurs.