RSE
Release 1.0

org.eclipse.rse.ui.widgets
Interface ISystemCollapsableSectionListener


public interface ISystemCollapsableSectionListener

Listener for collapse / expand events on the SystemCollapsableSection widget.


Method Summary
 void sectionCollapsed(boolean collapsed)
          Notify listeners of a section collapsed or expanded.
 

Method Detail

sectionCollapsed

public void sectionCollapsed(boolean collapsed)
Notify listeners of a section collapsed or expanded.

Returns:
true if the section was collapsed, false if the section was expanded.

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.