![]() |
Gridarta Editor
|
Interface for listeners listening on map arch object changes. More...
Public Member Functions | |
void | mapMetaChanged () |
Meta information of a map has changed. More... | |
void | mapSizeChanged (@NotNull Size2D mapSize) |
The map size has changed. More... | |
Interface for listeners listening on map arch object changes.
Definition at line 30 of file MapArchObjectListener.java.
void net.sf.gridarta.model.maparchobject.MapArchObjectListener.mapMetaChanged | ( | ) |
Meta information of a map has changed.
void net.sf.gridarta.model.maparchobject.MapArchObjectListener.mapSizeChanged | ( | @NotNull Size2D | mapSize | ) |
The map size has changed.
This callback ignores active map transactions.
mapSize | the new map size |