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