Package gov.nasa.worldwind.layer
Interface LayerFactory.Callback
-
- Enclosing class:
- LayerFactory
public static interface LayerFactory.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreationFailed(LayerFactory factory, Layer layer, java.lang.Throwable ex)voidcreationSucceeded(LayerFactory factory, Layer layer)
-
-
-
Method Detail
-
creationSucceeded
void creationSucceeded(LayerFactory factory, Layer layer)
-
creationFailed
void creationFailed(LayerFactory factory, Layer layer, java.lang.Throwable ex)
-
-