|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IClockUpdateListener | |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.time | |
| Uses of IClockUpdateListener in ch.sahits.game.openpatrician.model |
|---|
| Fields in ch.sahits.game.openpatrician.model with type parameters of type IClockUpdateListener | |
|---|---|
private CopyOnWriteArrayList<IClockUpdateListener> |
Date.listeners
|
| Methods in ch.sahits.game.openpatrician.model with parameters of type IClockUpdateListener | |
|---|---|
void |
Date.add(IClockUpdateListener listener)
|
void |
IClockUpdateListenable.add(IClockUpdateListener listener)
Add a new listener that should be updated |
void |
Date.remove(IClockUpdateListener listener)
|
void |
IClockUpdateListenable.remove(IClockUpdateListener listener)
Remove a listener from the queue |
| Uses of IClockUpdateListener in ch.sahits.game.openpatrician.model.time |
|---|
| Classes in ch.sahits.game.openpatrician.model.time that implement IClockUpdateListener | |
|---|---|
class |
PeriodicalTimeUpdater
The periodical time updater encapsules clock ticks of instances that are interested in notification but only on a periodical level. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||