com.droplets.apix
Interface GameBoard.CellActionListener

All Superinterfaces:
java.util.EventListener
Enclosing class:
GameBoard

public static interface GameBoard.CellActionListener
extends java.util.EventListener

Interface objects must implement to receive CellActionEvents


Method Summary
 void handleCellClick(GameBoard.CellActionEvent e)
           
 void handlePieceMoved(GameBoard.CellActionEvent e)
           
 

Method Detail

handleCellClick

public void handleCellClick(GameBoard.CellActionEvent e)

handlePieceMoved

public void handlePieceMoved(GameBoard.CellActionEvent e)


Copyright © Droplets, 2001. All Rights Reserved.