20 package net.sf.gridarta.gui.map.mapview;
22 import java.util.EventListener;
26 import org.jetbrains.annotations.NotNull;
void mapViewCreated(@NotNull MapView< G, A, R > mapView)
A new MapView has been created.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
void mapViewClosing(@NotNull MapView< G, A, R > mapView)
A MapView has been closed.
Interface for listeners interested in MapViewsManager related events.
Interface for MapArchObjects.