initial commit
[applet-bots.git] / src / appletbots / WorldListener.java
blobce64616dc04f80d9bd2a11f88b0dd75c97b57f67
1 package appletbots;
3 /**
4 * A world listener
6 * @author $Author: michael $
7 * @version $Revision: 1.1.1.1 $
8 */
9 public interface WorldListener
11 void threadStopped();
13 void threadStarted();
15 void timeIncremented(long time);