Package live

Interface MutableLiveObject<T>

All Superinterfaces:
LiveObject<T>
All Known Implementing Classes:
SimpleLiveObject

public interface MutableLiveObject<T> extends LiveObject<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setValue(T value)
     

    Methods inherited from interface live.LiveObject

    addListener, getValue
  • Method Details

    • setValue

      void setValue(T value)