Interface LayoutPanelListener

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, org.gvsig.tools.dispose.Disposable, IFFrame, org.gvsig.fmap.mapcontext.rendering.symbols.IPrintable, org.gvsig.tools.observer.Observable, org.gvsig.tools.persistence.Persistent
All Known Implementing Classes:
FFrameOverView, FFrameView

public interface LayoutPanelListener extends IFFrame
IFFrames implementing this interface will be automatically notified whenever the LayoutPanel window is activated or closed. FFrames need to know about the status of the window because they need to update some UI controls (for instance the scale control).
Author:
Cesar Martinez Izquierdo
  • Method Details

    • windowActivated

      void windowActivated()
    • windowClosed

      void windowClosed()