TimingsListener
instead
A listener to keep track of next-tick task execution. It is mainly intended
for performance measuring.@Deprecated
public interface NextTickListener
Modifier and Type | Method and Description |
---|---|
void |
onNextTicked(java.lang.Runnable runnable,
long executionTime)
Deprecated.
Called when a runnable has just finished it's next-tick operation.
|