Package 

Enum ChangeEventType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ChangeEventType
    
                        

    Enumeration of change event types for children of an observable snapshot array.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ADDED

      An element was added to the array.

      CHANGED

      An element in the array has new content.

      REMOVED

      An element was removed from the array.

      MOVED

      An element in the array has new content, which caused a change in position.

    • Method Summary

      Modifier and Type Method Description
      static Array<ChangeEventType> values()
      static ChangeEventType valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait