The Meta-Environment API

nl.cwi.sen1.visplugin
Class VisualizationWindowListener

java.lang.Object
  extended by nl.cwi.sen1.visplugin.VisualizationWindowListener
All Implemented Interfaces:
java.util.EventListener, nl.cwi.sen1.gui.component.StudioComponentListener

public class VisualizationWindowListener
extends java.lang.Object
implements nl.cwi.sen1.gui.component.StudioComponentListener


Field Summary
(package private)  nl.cwi.sen1.gui.component.StudioComponent m_component
           
(package private)  VisualizationPluginWindow m_window
           
 
Constructor Summary
VisualizationWindowListener(VisualizationPluginWindow window, nl.cwi.sen1.gui.component.StudioComponent component)
           
 
Method Summary
 void componentClose()
          Disconnects a component from the Meta-Environment when its panel is closed.
 void componentFocusReceived()
           
 void componentRequestClose()
           
 void statusMessageChanged(nl.cwi.sen1.gui.StatusMessageEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_window

VisualizationPluginWindow m_window

m_component

nl.cwi.sen1.gui.component.StudioComponent m_component
Constructor Detail

VisualizationWindowListener

public VisualizationWindowListener(VisualizationPluginWindow window,
                                   nl.cwi.sen1.gui.component.StudioComponent component)
Method Detail

componentClose

public void componentClose()
Disconnects a component from the Meta-Environment when its panel is closed.

Specified by:
componentClose in interface nl.cwi.sen1.gui.component.StudioComponentListener

componentFocusReceived

public void componentFocusReceived()
Specified by:
componentFocusReceived in interface nl.cwi.sen1.gui.component.StudioComponentListener

componentRequestClose

public void componentRequestClose()
                           throws nl.cwi.sen1.gui.CloseAbortedException
Specified by:
componentRequestClose in interface nl.cwi.sen1.gui.component.StudioComponentListener
Throws:
nl.cwi.sen1.gui.CloseAbortedException

statusMessageChanged

public void statusMessageChanged(nl.cwi.sen1.gui.StatusMessageEvent event)
Specified by:
statusMessageChanged in interface nl.cwi.sen1.gui.component.StudioComponentListener

The Meta-Environment API