org.cb.cardboard
Interface BoardSelectionListener

All Superinterfaces:
java.util.EventListener

public interface BoardSelectionListener
extends java.util.EventListener

An interface that all Board selection listeners must implement.

Version:
$Id: BoardSelectionListener.java 78 2004-04-13 04:25:57Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastModifiedBy$

Method Summary
 void valueChanged(BoardSelectionEvent e)
          Called whenever the value of the selection changes.
 

Method Detail

valueChanged

public void valueChanged(BoardSelectionEvent e)
Called whenever the value of the selection changes.

Parameters:
e - the event that characterizes the change.


Copyright © 2004 CoffeeBreaks. All Rights Reserved.