20 package net.sf.gridarta.gui.mapimagecache;
22 import java.util.EventListener;
27 import org.jetbrains.annotations.NotNull;
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Currently nothing more than a marker interface for unification.
Interface for listeners interested in MapImageCache related events.
void iconChanged(@NotNull MapControl< G, A, R > mapControl)
Called whenever the icon of a map has changed.
Interface for MapArchObjects.