public static class TickRegistry.TickQueueElement extends Object implements Comparable<TickRegistry.TickQueueElement>
| Modifier and Type | Field and Description |
|---|---|
IScheduledTickHandler |
ticker |
| Constructor and Description |
|---|
TickRegistry.TickQueueElement(IScheduledTickHandler ticker,
long tickCounter) |
public IScheduledTickHandler ticker
public TickRegistry.TickQueueElement(IScheduledTickHandler ticker, long tickCounter)
public int compareTo(TickRegistry.TickQueueElement o)
compareTo in interface Comparable<TickRegistry.TickQueueElement>public void update(long tickCounter)
public boolean scheduledNow(long tickCounter)