Class ApiBindBase

    • Constructor Summary

      Constructors 
      Constructor Description
      ApiBindBase()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void bindService()
      bind service
      abstract void unbindService()
      unbind service
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApiBindBase

        public ApiBindBase()
    • Method Detail

      • bindService

        public abstract void bindService()
        bind service
      • unbindService

        public abstract void unbindService()
        unbind service