public class LayoutElementPropertyChangedEvent extends Object
Constructor and Description |
---|
LayoutElementPropertyChangedEvent(LayoutElementWithProperties layoutEditorElement,
String property,
String oldValue,
String newValue) |
Modifier and Type | Method and Description |
---|---|
LayoutElementWithProperties |
getElement() |
String |
getNewValue() |
String |
getOldValue() |
String |
getProperty() |
public LayoutElementPropertyChangedEvent(LayoutElementWithProperties layoutEditorElement, String property, String oldValue, String newValue)
public LayoutElementWithProperties getElement()
public String getProperty()
public String getOldValue()
public String getNewValue()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.