public class HistoryUpdatedEvent extends AbstractHistoryEvent
| Modifier and Type | Field and Description |
|---|---|
private PrimitiveId |
id |
private static long |
serialVersionUID |
source| Constructor and Description |
|---|
HistoryUpdatedEvent(Object source,
HistoryDataSet historyDataSet,
PrimitiveId id)
Constructs a new
HistoryUpdatedEvent. |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveId |
getId()
Returns the primitive id for which history has been updated.
|
getHistoryDataSetgetSource, toStringprivate static final long serialVersionUID
private final PrimitiveId id
public HistoryUpdatedEvent(Object source, HistoryDataSet historyDataSet, PrimitiveId id)
HistoryUpdatedEvent.source - object on which the Event initially occurredhistoryDataSet - history data set for which the event is trigerredid - the primitive id for which history has been updatedpublic PrimitiveId getId()