public class MapGridEvent
extends java.util.EventObject
MapGrid
.Constructor and Description |
---|
MapGridEvent(@NotNull MapGrid source)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull MapGrid |
getSource() |
public MapGridEvent(@NotNull @NotNull MapGrid source)
source
- the map grid on which the Event initially occurredjava.lang.IllegalArgumentException
- if source is null.@NotNull public @NotNull MapGrid getSource()
getSource
in class java.util.EventObject