public final class TerrainOverlayAddCompleteEventArgs extends AsyncCompletedEventArgs
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Gets the status message for the
asynchronous
operation.
|
boolean |
getStatus()
Gets whether the
asynchronous
operation was successful.
|
TerrainOverlay |
getTerrainOverlay()
Gets the
TerrainOverlay that was added asynchronously. |
getCancelled, getError, getUserState, raiseExceptionIfNecessary
public final TerrainOverlay getTerrainOverlay()
TerrainOverlay
that was added asynchronously.public final String getMessage()
public final boolean getStatus()