be.ugent.caagt.swirl.subwindows

Interface SubwindowListener

All Superinterfaces:
EventListener

public interface SubwindowListener
extends 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 Details

changedCollapsedState

public void changedCollapsedState(Subwindow subWindow,
                                  boolean collapsed)
Called when the collapsed state of the subwindow changes.
Parameters:
collapsed - indicates whether the subwindow has just been collapsed