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(@Nullable MapView<G,A,R> mapView)
This event handler is called when the current map view has changed.
|
void |
mapViewClosing(@NotNull MapView<G,A,R> mapView)
This event handler is called when a map view is to be closed.
|
void |
mapViewCreated(@NotNull MapView<G,A,R> mapView)
This event handler is called when a map view was created.
|
void activeMapViewChanged(@Nullable
@Nullable MapView<G,A,R> mapView)
mapView - the new map view or null if no opened map view
existsvoid mapViewCreated(@NotNull
@NotNull MapView<G,A,R> mapView)
mapView - the created map view