| Modifier and Type | Field and Description |
|---|---|
private com.google.common.eventbus.AsyncEventBus |
clientServerEventBus |
private ch.sahits.game.openpatrician.model.Date |
clock |
private static Object |
lock
Lock for guaranteeing thread safety
|
private com.google.common.eventbus.AsyncEventBus |
serverEventBus |
| Constructor and Description |
|---|
ClockTick() |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
tick()
Update the time by one tick.
|
cancel, scheduledExecutionTime@Autowired private ch.sahits.game.openpatrician.model.Date clock
@Autowired @Qualifier(value="serverEventBus") private com.google.common.eventbus.AsyncEventBus serverEventBus
@Autowired @Qualifier(value="serverClientEventBus") private com.google.common.eventbus.AsyncEventBus clientServerEventBus
private static Object lock
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.