tico.board.events
Interface BoardChangeListener
- All Superinterfaces:
- java.util.EventListener
public interface BoardChangeListener
- extends java.util.EventListener
The listener interface for receiving board change events. The class that is
interested in processing an BoardChangeEvent
implements this
interface, and the object created with that class is registered with a
component, using the component's addBoardChangeListener
method.
When the BoardChangeEvent
occurs, that object's
boardChanged
method is invoked.
- Version:
- 1.0 Nov 20, 2006
- Author:
- Pablo Muñoz
boardChanged
void boardChanged(BoardChangeEvent e)
- Invoked when an
BoardChangeEvent
occurs.
- Parameters:
e
- The BoardChangeEvent