20 package net.sf.gridarta.gui.map.mapview;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
void mapViewCreated(@NotNull MapView< G, A, R > mapView)
This event handler is called when a map view was created.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
void activeMapViewChanged(@Nullable MapView< G, A, R > mapView)
This event handler is called when the current map view has changed.
GameObjects are the objects based on Archetypes found on maps.
Interface for listeners interested in events related to MapViewManager instances. ...
void mapViewClosing(@NotNull MapView< G, A, R > mapView)
This event handler is called when a map view is to be closed.
Interface for MapArchObjects.