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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
isCollapsed(boolean value)
true
is the control is in a collapsed state;false otherwise
-