Interface Listenable

All Known Subinterfaces:
ValueListenable<T>
All Known Implementing Classes:
AbstractListenable, ConstantValue, EventListenable, ListenableFlag, ListenableValue, MappingListenableValue

public interface Listenable
  • Method Details

    • addListener

      ListenerDisposer addListener(Runnable listener)
      Adds a listener. The listener may not be added again if already added. When added, it is guaranteed to be invoked immediately.