public interface LayerListener
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(Layer l,
boolean visible)
This method gets called anytime a layer's visibility state has changed.
|
void stateChanged(Layer l, boolean visible)
l - The layer that changed.visible - The new visibility state.