public interface IIndividualPeriodicalUpdater
| Modifier and Type | Method and Description |
|---|---|
void |
handleClockTick(ClockTick event)
Method handling the external events of a clock tick.
|
void |
register(Object addresse,
Object target,
EUpdateIntervalRegistration period)
Register a new object with the updater.
|
void |
unregister(Object target)
Unregister a target from further notifications.
|
void register(Object addresse, Object target, EUpdateIntervalRegistration period)
period time after
the registration an update with the target as addressee is sent.addresse - the object which handels the updates.target - which registers an updaterperiod - update period.void unregister(Object target)
target - to be unregistered.void handleClockTick(ClockTick event)
event - object.Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.