public static interface ZoneManager.ResolutionListener
| Modifier and Type | Method and Description |
|---|---|
void |
zoneFailedToResolve(int zoneId,
Exception reason)
Called when a zone failed to resolve.
|
void |
zoneWasResolved(ZoneSummary summary)
Called when a zone was successfully resolved.
|
void zoneWasResolved(ZoneSummary summary)
void zoneFailedToResolve(int zoneId,
Exception reason)
Copyright © 2015. All rights reserved.