-
public interface DeployGateStatusChangeCallbackA callback interface to receive the app status on the DeployGate.
-
-
Method Summary
Modifier and Type Method Description abstract voidonStatusChanged(boolean isManaged, boolean isAuthorized, String loginUsername, boolean isStopped)Callback to tell the app status on the DeployGate has changed. -
-
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 appisAuthorized- true if the app is on current user's installed listloginUsername- Current login username, returned only whenisAuthorized is true.isStopped- Reserved.
-
-
-
-