public class GriddedRegionEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
protected int |
change |
static int |
GRID_ELEMENT_ADDED |
static int |
GRID_ELEMENT_MODIFIED |
static int |
GRID_ELEMENT_REMOVED |
Constructor and Description |
---|
GriddedRegionEvent(GriddedRegion src,
java.lang.Object elemsrc,
int type) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
java.lang.Object |
getGridElement() |
public static final int GRID_ELEMENT_ADDED
public static final int GRID_ELEMENT_REMOVED
public static final int GRID_ELEMENT_MODIFIED
protected int change
public GriddedRegionEvent(GriddedRegion src, java.lang.Object elemsrc, int type)