org.cb.cardboard
Class BoardSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.swing.event.ListSelectionEvent
          extended byorg.cb.cardboard.BoardSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class BoardSelectionEvent
extends javax.swing.event.ListSelectionEvent

An event that characterizes a change in the current selection. BoardSelectionListeners will generally query the source of the event for the new selected status of each potentially changed card.

Version:
$Id: BoardSelectionEvent.java 129 2004-04-15 05:00:43Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastChangedBy: jerome $
See Also:
BoardSelectionModel, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BoardSelectionEvent(java.lang.Object source, int index, boolean isAdjusting)
          Represents a change in selection status for the specified indexes.
 
Methods inherited from class javax.swing.event.ListSelectionEvent
getFirstIndex, getLastIndex, getValueIsAdjusting, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoardSelectionEvent

public BoardSelectionEvent(java.lang.Object source,
                           int index,
                           boolean isAdjusting)
Represents a change in selection status for the specified indexes.

Parameters:
source - the object that changed
index - the index that changed
isAdjusting - an indication that this is one of rapid a series of events


Copyright © 2004 CoffeeBreaks. All Rights Reserved.