Package com.biglybt.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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
isCollapsed
(boolean value) true
is the control is in a collapsed state;false otherwise
-
Method Details
-
isCollapsed
void isCollapsed(boolean value) true
is the control is in a collapsed state;false otherwise
- Parameters:
value
-
-