public class LayerEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
ADD |
static int |
ALL |
static int |
REMOVE |
static int |
REPLACE |
Constructor and Description |
---|
LayerEvent(java.lang.Object source,
int type,
Layer[] layers)
Construct a LayerEvent.
|
public static final transient int ADD
public static final transient int REMOVE
public static final transient int REPLACE
public static final transient int ALL
public LayerEvent(java.lang.Object source, int type, Layer[] layers)
source
- Objecttype
- type of LayerEventlayers
- Layer[]public Layer[] getLayers()
public int getType()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details