Interface WritableValue<T>

All Superinterfaces:
ReadableValue<T>, Signal, Value<T>
All Known Implementing Classes:
AbstractValue, SlotValue

public interface WritableValue<T> extends ReadableValue<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(T value)
     

    Methods inherited from interface dev.pfaff.altargui.util.listenable.ReadableValue

    read

    Methods inherited from interface dev.pfaff.altargui.util.listenable.Value

    listen, listen, map
  • Method Details

    • write

      void write(T value)