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.
 

Method Detail

finished

void finished(Maze maze,
              java.lang.Throwable exception)
Called if the maze creation is finished.

Parameters:
maze - maze which creation is finished
exception - if not null this exception occured during maze creation