Uses of Interface
org.pipservices3.commons.run.INotifiable
-
Uses of INotifiable in org.pipservices3.commons.commands
Modifier and TypeInterfaceDescriptioninterface
An interface for Events, which are part of the Command design pattern. -
Uses of INotifiable in org.pipservices3.commons.run
Modifier and TypeMethodDescriptionFixedRateTimer.getTask()
Gets the INotifiable object that receives notifications from this timer.Modifier and TypeMethodDescriptionvoid
FixedRateTimer.setTask
(INotifiable task) Sets a new INotifiable object to receive notifications from this timer.ModifierConstructorDescriptionFixedRateTimer
(INotifiable task, long interval, long delay) Creates new instance of the timer and sets its values.