public class ProjectionChangedEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
private Projection |
newValue |
private Projection |
oldValue |
private static long |
serialVersionUID |
source| Constructor and Description |
|---|
ProjectionChangedEvent(Object source,
Projection oldValue,
Projection newValue)
Constructs a new
ProjectionChangedEvent. |
| Modifier and Type | Method and Description |
|---|---|
Projection |
getNewValue()
Returns the new projection.
|
Projection |
getOldValue()
Returns the old projection.
|
getSource, toStringprivate static final long serialVersionUID
private final Projection oldValue
private final Projection newValue
public ProjectionChangedEvent(Object source, Projection oldValue, Projection newValue)
ProjectionChangedEvent.source - object on which the Event initially occurredoldValue - old projectionnewValue - new projectionpublic final Projection getOldValue()
public final Projection getNewValue()