Package org.eclipse.graphiti.platform.ga
Class VisualStateChangedEvent
- java.lang.Object
-
- org.eclipse.graphiti.platform.ga.VisualStateChangedEvent
-
public class VisualStateChangedEvent extends java.lang.Object
The Class VisualStateChangedEvent.- See Also:
IVisualStateChangeListener
-
-
Field Summary
Fields Modifier and Type Field Description IVisualState.Type
changedField
int
newValue
int
oldValue
-
Constructor Summary
Constructors Constructor Description VisualStateChangedEvent(IVisualState.Type changedField, int oldValue, int newValue)
Creates a newVisualStateChangedEvent
.
-
-
-
Field Detail
-
changedField
public IVisualState.Type changedField
-
oldValue
public int oldValue
-
newValue
public int newValue
-
-
Constructor Detail
-
VisualStateChangedEvent
public VisualStateChangedEvent(IVisualState.Type changedField, int oldValue, int newValue)
Creates a newVisualStateChangedEvent
.- Parameters:
changedField
- the changed fieldoldValue
- the int old valuenewValue
- the int new value
-
-