Package com.bc.ceres.swing
Class GridSelectionModel.Event
- java.lang.Object
-
- java.util.EventObject
-
- com.bc.ceres.swing.GridSelectionModel.Event
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- GridSelectionModel
public static class GridSelectionModel.Event extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description Event(GridSelectionModel source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridSelectionModel
getSource()
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
Event
public Event(GridSelectionModel source)
-
-
Method Detail
-
getSource
public GridSelectionModel getSource()
- Overrides:
getSource
in classEventObject
-
-