public class AbstractHistoryEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
private HistoryDataSet |
historyDataSet |
private static long |
serialVersionUID |
source| Constructor and Description |
|---|
AbstractHistoryEvent(Object source,
HistoryDataSet historyDataSet)
Constructs a new
AbstractHistoryEvent. |
| Modifier and Type | Method and Description |
|---|---|
HistoryDataSet |
getHistoryDataSet()
Returns history data set for which the event is trigerred.
|
getSource, toStringprivate static final long serialVersionUID
private final HistoryDataSet historyDataSet
AbstractHistoryEvent(Object source, HistoryDataSet historyDataSet)
AbstractHistoryEvent.source - object on which the Event initially occurredhistoryDataSet - history data set for which the event is trigerredpublic final HistoryDataSet getHistoryDataSet()