org.gudy.azureus2.ui.swt.twistie
Interface ITwistieListener

All Known Implementing Classes:
ProgressReporterWindow

public interface ITwistieListener

A convenience listener that will be notified whenever the control changes state between being collapse and being expanded

Author:
knguyen

Method Summary
 void isCollapsed(boolean value)
          true is the control is in a collapsed state; false otherwise
 

Method Detail

isCollapsed

void isCollapsed(boolean value)
true is the control is in a collapsed state; false otherwise

Parameters:
value -