20 package net.sf.gridarta.model.mapcontrol;
22 import java.util.EventListener;
26 import org.jetbrains.annotations.NotNull;
Base package of all Gridarta classes.
Reflects a game object (object on a map).
Interface for listeners listening on changes in MapControl instances.
GameObjects are the objects based on Archetypes found on maps.
void saved(@NotNull DefaultMapControl< G, A, R > mapControl)
The map file has been saved.
Interface for MapArchObjects.