Interface AppStateManager

  • All Implemented Interfaces:
    com.pointrlabs.core.management.interfaces.Advertiser , com.pointrlabs.core.management.interfaces.PointrManager

    
    public interface AppStateManager
     implements PointrManager, Advertiser<T>
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract int getAppState()
      • Methods inherited from class com.pointrlabs.core.management.interfaces.PointrManager

        start, stop
      • Methods inherited from class com.pointrlabs.core.management.interfaces.Advertiser

        addListener, removeListener
      • Methods inherited from class java.lang.Object

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