Package com.macrofocus.properties
Class PropertyEvent<T>
- java.lang.Object
-
- com.macrofocus.properties.PropertyEvent<T>
-
@JsType public class PropertyEvent<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PropertyEvent(T oldValue, T newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getNewValue()
T
getOldValue()
java.lang.String
toString()
-