20 package net.sf.gridarta.gui.panel.selectedsquare;
22 import java.util.EventListener;
27 import org.jetbrains.annotations.Nullable;
Interface for listeners interested in events of SelectedSquareModel instances.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
void selectionChanged(@Nullable MapSquare< G, A, R > mapSquare, @Nullable G gameObject)
The selected game object has changed.