com.vividsolutions.jump.workbench.model
Class LayerEvent
java.lang.Object
com.vividsolutions.jump.workbench.model.LayerEvent
public class LayerEvent
- extends java.lang.Object
An addition, removal, or modification of a Layer.
- See Also:
Layer,
LayerEventType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayerEvent
public LayerEvent(Layerable layerable,
LayerEventType type,
Category category,
int layerIndex)
getType
public LayerEventType getType()
getLayerable
public Layerable getLayerable()
getCategory
public Category getCategory()
getLayerableIndex
public int getLayerableIndex()