net.sf.jeppers.grid
Class SelectionModelEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynet.sf.jeppers.grid.SelectionModelEvent
All Implemented Interfaces:
java.io.Serializable

public class SelectionModelEvent
extends java.util.EventObject

Author:
Cameron Zemek
See Also:
Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionModelEvent

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