Interface Signal

All Known Subinterfaces:
Value<T>, WritableValue<T>
All Known Implementing Classes:
AbstractSignal, AbstractValue, BooleanSignal, ConstantValue, DerivedValue, EventListenable, SlotValue

public interface Signal
  • Method Summary

    Modifier and Type
    Method
    Description
    listen(Runnable listener)
    Adds a listener.
  • Method Details

    • listen

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