D - The class of the model object displayed in the table.S - The source component from which the event was triggered.public class EventObject<D,S> extends EventObject
EventObject used to represent the
objects that are displayed in a Table.
© Copyright 2007 Sans Pareil Technologies, Inc.
source| Constructor and Description |
|---|
EventObject(D data,
S source)
Create a new event on the data specified in the table specified.
|
| Modifier and Type | Method and Description |
|---|---|
D |
getData()
Returns the
data on which the event was triggered. |
S |
getSource()
Returns the properly type-cast source object that triggered this
event.
|
toStringpublic D getData()
data on which the event was triggered.public S getSource()
getSource in class EventObject