schmitzm.jfree.chart.selection
Class DatasetSelectionChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.ChangeEvent
          extended by schmitzm.jfree.chart.selection.DatasetSelectionChangeEvent
All Implemented Interfaces:
Serializable

public class DatasetSelectionChangeEvent
extends ChangeEvent

This event indicates a change on a dataset selection.

Author:
Martin Schmitz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DatasetSelectionChangeEvent(DatasetSelectionModel<?,?,?> source)
          Creates a new event.
 
Method Summary
 DatasetSelectionModel<?,?,?> getSource()
          Returns the initiating DatasetSelectionModel.
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatasetSelectionChangeEvent

public DatasetSelectionChangeEvent(DatasetSelectionModel<?,?,?> source)
Creates a new event.

Parameters:
source -
selModel - the selection model
Method Detail

getSource

public DatasetSelectionModel<?,?,?> getSource()
Returns the initiating DatasetSelectionModel.

Overrides:
getSource in class EventObject