public class HistoryUpdateEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
source |
HistoryState |
state |
boolean |
storing |
Constructor and Description |
---|
HistoryUpdateEvent(java.lang.Object source,
boolean storing,
HistoryState state) |
public final java.lang.Object source
public final HistoryState state
public final boolean storing
public HistoryUpdateEvent(java.lang.Object source, boolean storing, HistoryState state)