Interface SyncKeeper<T>


public interface SyncKeeper<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setWaitingFor(T object)
     
  • Method Details

    • getWaitingFor

      T getWaitingFor()
    • setWaitingFor

      void setWaitingFor(T object)