public interface TimeListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
timeChanged(service : TimeService)
Invoked when the time has changed into the time manager.
|
void |
timeUnitChanged(service : TimeService)
Invoked when the time unit has changed into the time manager.
|
def
timeChanged(service : TimeService) : void
TimeListener
service
- the time service that changed.def
timeUnitChanged(service : TimeService) : void
TimeListener
service
- the time service that changed.Copyright © 2021 the original authors or authors.