@FunctionalInterface public interface TimerCallback<T>
Modifier and Type | Interface and Description |
---|---|
static class |
TimerCallback.Serializer<T,C extends TimerCallback<T>> |
Modifier and Type | Method and Description |
---|---|
void |
call(T server,
Timer<T> events,
long time) |