Package live

Interface MutableLiveInt

All Superinterfaces:
LiveInt
All Known Implementing Classes:
SimpleLiveInt

public interface MutableLiveInt extends LiveInt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setValue(int value)
     

    Methods inherited from interface live.LiveInt

    addListener, getValue
  • Method Details

    • setValue

      void setValue(int value)
      Specified by:
      setValue in interface LiveInt