com.qoppa.pdf
Interface LayerListener
- public interface LayerListener
This interface is used to get notifications of layer's visibility changes.
- Author:
- Gerald Holmann
|
Method Summary |
void |
stateChanged(Layer l,
boolean visible)
This method gets called anytime a layer's visibility state has changed. |
stateChanged
public void stateChanged(Layer l,
boolean visible)
- This method gets called anytime a layer's visibility state has changed.
- Parameters:
l - The layer that changed.visible - The new visibility state.