Package 

Interface DeployGateStatusChangeCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onStatusChanged(boolean isManaged, boolean isAuthorized, String loginUsername, boolean isStopped) Callback to tell the app status on the DeployGate has changed.
      • Methods inherited from class java.lang.Object

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

      • onStatusChanged

         abstract void onStatusChanged(boolean isManaged, boolean isAuthorized, String loginUsername, boolean isStopped)

        Callback to tell the app status on the DeployGate has changed. This willalso be called back just after onInitialized, refresh.

        Parameters:
        isManaged - true if the app is known on DeployGate app
        isAuthorized - true if the app is on current user's installed list
        loginUsername - Current login username, returned only whenisAuthorized is true.
        isStopped - Reserved.