@FunctionalInterface public interface UpdateCheckListener
| Modifier and Type | Method and Description |
|---|---|
void |
newVersionAvailable(GatewayVersion currentVersion,
GatewayVersion latestGatewayVersion)
Notifies the listener that a new @GatewayVersion is available
Listeners may be notified more than once about the same update
|
void newVersionAvailable(GatewayVersion currentVersion, GatewayVersion latestGatewayVersion)
currentVersion - latestGatewayVersion - Copyright © 2014–2017. All rights reserved.