public interface MapViewManagerListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
MapViewManager
instances.Modifier and Type | Method and Description |
---|---|
void |
activeMapViewChanged(MapView<G,A,R> mapView)
This event handler is called when the current map view has changed.
|
void |
mapViewClosing(MapView<G,A,R> mapView)
This event handler is called when a map view is to be closed.
|
void |
mapViewCreated(MapView<G,A,R> mapView)
This event handler is called when a map view was created.
|
void activeMapViewChanged(@Nullable MapView<G,A,R> mapView)
mapView
- the new map view or null
if no opened map view
existsvoid mapViewCreated(@NotNull MapView<G,A,R> mapView)
mapView
- the created map view