Uses of Class
com.swiftmq.mgmt.PropertyChangeException
-
Packages that use PropertyChangeException Package Description com.swiftmq.mgmt -
-
Uses of PropertyChangeException in com.swiftmq.mgmt
Methods in com.swiftmq.mgmt that throw PropertyChangeException Modifier and Type Method Description voidPropertyChangeAdapter. propertyChanged(Property property, java.lang.Object oldValue, java.lang.Object newValue)voidPropertyChangeListener. propertyChanged(Property property, java.lang.Object oldValue, java.lang.Object newValue)Called before the Property value is changed.voidProperty. setValue(java.lang.Object value)Set the value.
-