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