com.droplets.apix
Class GameBoard.CellActionEvent

java.lang.Object
  |
  +--com.droplets.apix.GameBoard.CellActionEvent
Enclosing class:
GameBoard

public static class GameBoard.CellActionEvent
extends java.lang.Object

Event used to notify the application of user-actions in the GameBoard component.


Constructor Summary
GameBoard.CellActionEvent(int x, int y)
           
GameBoard.CellActionEvent(int x, int y, int newX, int newY)
           
 
Method Summary
 int getNewX()
           
 int getNewY()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameBoard.CellActionEvent

public GameBoard.CellActionEvent(int x,
                                 int y)

GameBoard.CellActionEvent

public GameBoard.CellActionEvent(int x,
                                 int y,
                                 int newX,
                                 int newY)
Method Detail

getX

public int getX()

getY

public int getY()

getNewX

public int getNewX()

getNewY

public int getNewY()


Copyright © Droplets, 2001. All Rights Reserved.