com.bbn.openmap.event
Class LayerEvent
java.lang.Object
java.util.EventObject
com.bbn.openmap.event.LayerEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LayerEvent
- extends java.util.EventObject
An event to request that layers be added, removed, or shuffled
around.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
LayerEvent(java.lang.Object source,
int type,
Layer[] layers)
Construct a LayerEvent. |
Method Summary |
Layer[] |
getLayers()
Get the Layers affected by this event. |
int |
getType()
Get the type of LayerEvent. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ADD
public static final transient int ADD
- See Also:
- Constant Field Values
REMOVE
public static final transient int REMOVE
- See Also:
- Constant Field Values
REPLACE
public static final transient int REPLACE
- See Also:
- Constant Field Values
ALL
public static final transient int ALL
- See Also:
- Constant Field Values
LayerEvent
public LayerEvent(java.lang.Object source,
int type,
Layer[] layers)
- Construct a LayerEvent.
- Parameters:
source
- Objecttype
- type of LayerEventlayers
- Layer[]
getLayers
public Layer[] getLayers()
- Get the Layers affected by this event.
- Returns:
- Layer[]
getType
public int getType()
- Get the type of LayerEvent.
- Returns:
- int type
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details