be.ugent.caagt.swirl.subwindows
Interface SubwindowListener

All Superinterfaces:
java.util.EventListener

public interface SubwindowListener
extends java.util.EventListener

Listens to changes in the state of a subwindow.


Method Summary
 void changedCollapsedState(Subwindow subwindow, boolean collapsed)
          Called when the collapsed state of the subwindow changes.
 

Method Detail

changedCollapsedState

void changedCollapsedState(Subwindow subwindow,
                           boolean collapsed)
Called when the collapsed state of the subwindow changes.

Parameters:
subwindow - subwindow which changed state
collapsed - indicates whether the subwindow has just been collapsed