public class VisualStateChangedEvent
extends java.lang.Object
IVisualStateChangeListener| Modifier and Type | Field and Description |
|---|---|
IVisualState.Type |
changedField |
int |
newValue |
int |
oldValue |
| Constructor and Description |
|---|
VisualStateChangedEvent(IVisualState.Type changedField,
int oldValue,
int newValue)
Creates a new
VisualStateChangedEvent. |
public IVisualState.Type changedField
public int oldValue
public int newValue
public VisualStateChangedEvent(IVisualState.Type changedField, int oldValue, int newValue)
VisualStateChangedEvent.changedField - the changed fieldoldValue - the int old valuenewValue - the int new value