public class LayerAttributeMetadataChangedEvent extends LayerEvent
Constructor and Description |
---|
LayerAttributeMetadataChangedEvent(java.lang.Object src,
Layer layer,
Attribute[] oldAttributes)
Constructs the LayerAttributeMetadataChangedEvent instance
|
Modifier and Type | Method and Description |
---|---|
void |
accept(LayerEventDispatcher visitor) |
Attribute[] |
getOldAttributes() |
getLayer, getLayerManager, setLayerManager, toString
isCancelled, setCancelled
public Attribute[] getOldAttributes()
public void accept(LayerEventDispatcher visitor)
accept
in class LayerEvent