de.caff.maze
Interface MazeFinishedListener
- All Known Implementing Classes:
- MazeCanvas
public interface MazeFinishedListener
A listener which is informed when a maze has finished its creation.
-

Method Summary |
void |
finished(Maze maze,
java.lang.Throwable exception)
Called if the maze creation is finished. |
finished
void finished(Maze maze,
java.lang.Throwable exception)
- Called if the maze creation is finished.
- Parameters:
maze
- maze which creation is finishedexception
- if not null
this exception occured during maze creation