public static interface LayerThread.ViewWatcherInterface
Modifier and Type | Method and Description |
---|---|
float |
getMaxLagTime()
How long the layer can go without a viewUpdated() call.
|
float |
getMinTime()
This minimum time before unique viewUpdated() calls.
|
void |
viewUpdated(ViewState viewState)
This method is called when the view updates, but no more often then the minTime().
|
void viewUpdated(ViewState viewState)
viewState
- The new state for the view associated with the MaplyController.float getMinTime()
float getMaxLagTime()