The Meta-Environment API

nl.cwi.sen1.gui.component
Interface StudioComponentListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
StudioComponentAdapter

public interface StudioComponentListener
extends java.util.EventListener

Events from a StudioComponent for the MetaStudio to react to.


Method Summary
 void componentClose()
           
 void componentFocusReceived()
           
 void componentRequestClose()
           
 void statusMessageChanged(StatusMessageEvent event)
          The Status bar contains a tab for a status string.
 

Method Detail

statusMessageChanged

void statusMessageChanged(StatusMessageEvent event)
The Status bar contains a tab for a status string. With this event a component may set the status string to a new string.


componentRequestClose

void componentRequestClose()
                           throws CloseAbortedException
Throws:
CloseAbortedException

componentClose

void componentClose()

componentFocusReceived

void componentFocusReceived()

The Meta-Environment API