io.sarl.sre.janus.services.time
Interface TimeListener
All Superinterfaces:
java.util.EventListener
interface TimeListener
implements java.util.EventListener
Listener on time changes into the time service.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.6.0
Action Summary
Modifier and type Action and description
abstract void timeChanged(TimeService)
Invoked when the time has changed into the time manager.
abstract void timeUnitChanged(TimeService)
Invoked when the time unit has changed into the time manager.
Action Details
timeChanged(TimeService)
def timeChanged(TimeService)
Invoked when the time has changed into the time manager.
Parameters:
service - the time service that changed.
timeUnitChanged(TimeService)
def timeUnitChanged(TimeService)
Invoked when the time unit has changed into the time manager.
Parameters:
service - the time service that changed.