Class StyleAttributeChangeEvent
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.styles.events.StyleAttributeChangeEvent
 
 
- 
public class StyleAttributeChangeEvent extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStyleAttributeChangeEvent.EventTypeEnum that determines the origin of this event. 
- 
Constructor Summary
Constructors Constructor Description StyleAttributeChangeEvent(StyleAttribute attribute, java.lang.String newValue, StyleAttributeChangeEvent.EventType type) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleAttributegetAttribute()java.lang.StringgetNewValue()StyleAttributeChangeEvent.EventTypegetType() 
 - 
 
- 
- 
Constructor Detail
- 
StyleAttributeChangeEvent
public StyleAttributeChangeEvent(StyleAttribute attribute, java.lang.String newValue, StyleAttributeChangeEvent.EventType type)
 
 - 
 
- 
Method Detail
- 
getAttribute
public StyleAttribute getAttribute()
 
- 
getType
public StyleAttributeChangeEvent.EventType getType()
 
- 
getNewValue
public java.lang.String getNewValue()
 
 - 
 
 -