Class SimpleClientApiLocal<RT>

java.lang.Object
io.aether.api.smarthome.SimpleClientApiLocal<RT>
All Implemented Interfaces:
SimpleClientApi

public abstract class SimpleClientApiLocal<RT> extends Object implements SimpleClientApi
  • Field Details

    • remoteApi

      protected final RT remoteApi
  • Constructor Details

    • SimpleClientApiLocal

      protected SimpleClientApiLocal(RT remoteApi)
  • Method Details

    • getRemoteApi

      public RT getRemoteApi()