public interface MapViewsListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
extends java.util.EventListener
MapViewsManager
related
events.Modifier and Type | Method and Description |
---|---|
void |
mapViewClosing(@NotNull MapView<G,A,R> mapView)
A
MapView has been closed. |
void |
mapViewCreated(@NotNull MapView<G,A,R> mapView)
A new
MapView has been created. |
void |
mapViewRaise(@NotNull MapView<G,A,R> mapView)
A
MapView has been moved to the top. |
void mapViewCreated(@NotNull @NotNull MapView<G,A,R> mapView)
MapView
has been created.mapView
- the new map viewvoid mapViewRaise(@NotNull @NotNull MapView<G,A,R> mapView)
MapView
has been moved to the top.mapView
- the map view