public class FieldDataEvent extends Object
Constructor and Description |
---|
FieldDataEvent(PivotField field,
String type,
Object origin,
Object current)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
getCurrent()
Returns the updated value
|
Object |
getOrigin()
Returns the original value
|
PivotField |
getPivotField()
Returns the pivot field which fires the event.
|
String |
getType()
Returns the name of the event type whose field has changed.
|
public FieldDataEvent(PivotField field, String type, Object origin, Object current)
field
- a PivotFieldtype
- a name of the event typeorigin
- the original valuecurrent
- the updated valuepublic PivotField getPivotField()
public String getType()
public Object getOrigin()
public Object getCurrent()
Copyright © 2017. All rights reserved.