20 package net.sf.gridarta.gui.mapfiles;
22 import java.util.EventListener;
27 import org.jetbrains.annotations.NotNull;
void pickmapReverted(@NotNull PickmapState< G, A, R > pickmapState, @NotNull MapControl< G, A, R > oldPickmap)
A pickmap has been reverted to the contents of its underlying file.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
void pickmapRemoved(@NotNull PickmapState< G, A, R > pickmapState)
A pickmap has been removed from the folder.
GameObjects are the objects based on Archetypes found on maps.
void pickmapAdded(@NotNull PickmapState< G, A, R > pickmapState)
A pickmap has been added to the folder.
Currently nothing more than a marker interface for unification.
Interface for listeners interested in events of MapFolders.
Interface for MapArchObjects.