us.asciiroth.client.ui
Interface SourcesMouseCellEvents

All Known Implementing Classes:
MousyGrid

public interface SourcesMouseCellEvents

A source of mouse-related events that are expressed in terms of the cells on the game board, not in terms of X/Y pixels (as the normal GWT SourcesMouseEvents interface).


Method Summary
 void addMouseCellListener(MouseCellListener listener)
          Add a listener to this source of events.
 void removeMouseCellListener(MouseCellListener listener)
          Remove the listener from this source of events.
 

Method Detail

addMouseCellListener

void addMouseCellListener(MouseCellListener listener)
Add a listener to this source of events.

Parameters:
listener - the listener to add

removeMouseCellListener

void removeMouseCellListener(MouseCellListener listener)
Remove the listener from this source of events.

Parameters:
listener - the listener to remove

0.7

© 2009 Alx Dark