Package groovy.util

Class ObservableMap.PropertyEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ADDED
      deprecated
      static int CLEARED
      deprecated
      static int MULTI
      deprecated
      static int REMOVED
      deprecated
      static int UPDATED
      deprecated
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyEvent​(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, int type)
      Deprecated. 
      PropertyEvent​(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, ObservableMap.ChangeType type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ObservableMap.ChangeType getChangeType()  
      int getType()  
      java.lang.String getTypeAsString()  
      • Methods inherited from class java.beans.PropertyChangeEvent

        getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ADDED

        public static final int ADDED
        deprecated
      • UPDATED

        public static final int UPDATED
        deprecated
      • REMOVED

        public static final int REMOVED
        deprecated
      • CLEARED

        public static final int CLEARED
        deprecated
      • MULTI

        public static final int MULTI
        deprecated
    • Constructor Detail

      • PropertyEvent

        public PropertyEvent​(java.lang.Object source,
                             java.lang.String propertyName,
                             java.lang.Object oldValue,
                             java.lang.Object newValue,
                             int type)
        Deprecated.
      • PropertyEvent

        public PropertyEvent​(java.lang.Object source,
                             java.lang.String propertyName,
                             java.lang.Object oldValue,
                             java.lang.Object newValue,
                             ObservableMap.ChangeType type)
    • Method Detail

      • getType

        public int getType()
      • getTypeAsString

        public java.lang.String getTypeAsString()