Package org.eclipse.graphiti.platform.ga
Class VisualStateChangedEvent
java.lang.Object
org.eclipse.graphiti.platform.ga.VisualStateChangedEvent
The Class VisualStateChangedEvent.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionVisualStateChangedEvent
(IVisualState.Type changedField, int oldValue, int newValue) Creates a newVisualStateChangedEvent
. -
Method Summary
-
Field Details
-
changedField
-
oldValue
public int oldValue -
newValue
public int newValue
-
-
Constructor Details
-
VisualStateChangedEvent
Creates a newVisualStateChangedEvent
.- Parameters:
changedField
- the changed fieldoldValue
- the int old valuenewValue
- the int new value
-