Uses of Interface
org.pipservices3.commons.run.INotifiable
Packages that use INotifiable
-
Uses of INotifiable in org.pipservices3.commons.commands
Subinterfaces of INotifiable in org.pipservices3.commons.commandsModifier and TypeInterfaceDescriptioninterface
An interface for Events, which are part of the Command design pattern.Classes in org.pipservices3.commons.commands that implement INotifiable -
Uses of INotifiable in org.pipservices3.commons.run
Methods in org.pipservices3.commons.run that return INotifiableModifier and TypeMethodDescriptionFixedRateTimer.getTask()
Gets the INotifiable object that receives notifications from this timer.Methods in org.pipservices3.commons.run with parameters of type INotifiableModifier and TypeMethodDescriptionvoid
FixedRateTimer.setTask
(INotifiable task) Sets a new INotifiable object to receive notifications from this timer.Constructors in org.pipservices3.commons.run with parameters of type INotifiableModifierConstructorDescriptionFixedRateTimer
(INotifiable task, long interval, long delay) Creates new instance of the timer and sets its values.