index
:
worldsplayer
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
NET
/
worlds
/
core
/
TimerCallback.java
blob: 78f706960aa1a5e4ab39b699995383fa3abbc538 (
plain
) (
blame
)
1
2
3
4
5
package
NET.worlds.core
;
public
interface
TimerCallback
{
void
timerDone
();
}