Interface Property<T>

    • Method Detail

      • getValue

        T getValue()
      • addWeakPropertyListener

        void addWeakPropertyListener​(PropertyListener<T> listener)
        Add a listener to the list that's notified each time a change to the selection occurs. The listener will automatically be disposed of should no other object have a reference to it.
        Parameters:
        listener - the SelectionListener
      • removePropertyListener

        void removePropertyListener​(PropertyListener<T> listener)