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(MapView<G,A,R> mapView)
A
MapView has been closed. |
void |
mapViewCreated(MapView<G,A,R> mapView)
A new
MapView has been created. |