net.sf.jeppers.grid
Class SelectionModelEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.sf.jeppers.grid.SelectionModelEvent
All Implemented Interfaces:
Serializable

public class SelectionModelEvent
extends EventObject

Author:
Cameron Zemek
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SelectionModelEvent(SelectionModel source, boolean isAdjusting)
          Represents a change in selection status
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionModelEvent

public SelectionModelEvent(SelectionModel source,
                           boolean isAdjusting)
Represents a change in selection status