public class LayerVisibleEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private Layer |
layer |
private static long |
serialVersionUID |
source| Constructor and Description |
|---|
LayerVisibleEvent(Object source,
int index,
Layer layer)
Constructs a new
LayerVisibleEvent. |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the layer index.
|
Layer |
getLayer()
Returns the layer.
|
getSource, toStringprivate static final long serialVersionUID
private final int index
public LayerVisibleEvent(Object source, int index, Layer layer)
LayerVisibleEvent.source - object on which the Event initially occurredindex - layer indexlayer - layer