 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.mapmanager;
22 import java.util.EventListener;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
Base package of all Gridarta classes.
Interface for listeners listening to MapManager changes.
Reflects a game object (object on a map).
void mapClosed(@NotNull MapControl< G, A, R > mapControl)
This event handler is called when a map has been closed.
void mapClosing(@NotNull MapControl< G, A, R > mapControl)
This event handler is called when a map is to be closed.
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
void mapCreated(@NotNull MapControl< G, A, R > mapControl, boolean interactive)
This event handler is called when a map was created.
void currentMapChanged(@Nullable MapControl< G, A, R > mapControl)
This event handler is called when the current map has changed.
Currently nothing more than a marker interface for unification.