-
- All Implemented Interfaces:
-
com.deploygate.sdk.DeployGateInitializeCallback,com.deploygate.sdk.DeployGateStatusChangeCallback,com.deploygate.sdk.DeployGateUpdateAvailableCallback
@Deprecated() public interface DeployGateCallback implements DeployGateInitializeCallback, DeployGateStatusChangeCallback, DeployGateUpdateAvailableCallback
A callback interface to receive DeployGate events.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.deploygate.sdk.DeployGateInitializeCallback
onInitialized -
Methods inherited from class com.deploygate.sdk.DeployGateStatusChangeCallback
onStatusChanged -
Methods inherited from class com.deploygate.sdk.DeployGateUpdateAvailableCallback
onUpdateAvailable -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-