Class PropertyEvent<T>

java.lang.Object
com.macrofocus.common.properties.PropertyEvent<T>

@JsType public class PropertyEvent<T> extends Object
  • Constructor Details

    • PropertyEvent

      public PropertyEvent(T oldValue, T newValue)
  • Method Details

    • getOldValue

      public T getOldValue()
    • getNewValue

      public T getNewValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object