mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-23 11:06:14 +01:00
Add documentation to TimerCallback
This commit is contained in:
parent
a95ab27d5e
commit
f8460d5030
@ -1,5 +1,11 @@
|
||||
package com.garbagemule.MobArena.util.timer;
|
||||
|
||||
/**
|
||||
* The TimerCallback interface provides hooks for various events in the
|
||||
* timer framework. When given a valid callback instance, the timers will
|
||||
* call its methods when it starts, stops, finishes and ticks, when
|
||||
* applicable.
|
||||
*/
|
||||
public interface TimerCallback {
|
||||
/**
|
||||
* Called when the timer is started.
|
||||
|
Loading…
Reference in New Issue
Block a user