All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface labyrinth.LabyrinthClickListener

public interface LabyrinthClickListener
With this class you can provide a method to be called whenever the user clicks onto the labyrinth. It can be used just like e.g. an ActionListener for Buttons.

See Also:
LabyrinthClickEvent

Method Index

 o actionPerformed(LabyrinthClickEvent)
Method to be called when the user clicks onto the labyrinth.

Methods

 o actionPerformed
 public abstract void actionPerformed(LabyrinthClickEvent e)
Method to be called when the user clicks onto the labyrinth.

Parameters:
e - click data.

All Packages  Class Hierarchy  This Package  Previous  Next  Index