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 TypeMethodDescriptionvoidisCollapsed(boolean value) trueis the control is in a collapsed state;false otherwise
-
Method Details
-
isCollapsed
void isCollapsed(boolean value) trueis the control is in a collapsed state;false otherwise- Parameters:
value-
-