Uses of Interface
com.qoppa.pdf.LayerListener

Packages that use LayerListener
com.qoppa.pdf General classes used by different objects throughout the library. 
 

Uses of LayerListener in com.qoppa.pdf
 

Methods in com.qoppa.pdf with parameters of type LayerListener
abstract  void Layer.addLayerListener(LayerListener l)
          Adds an object that will listen to changes in the layer's visible state.
abstract  void Layer.removeLayerListener(LayerListener l)
          Removes a layer listener from the list of active listeners.