Interface HasBusyIndicator
-
- All Known Implementing Classes:
BusyIndicatorView
public interface HasBusyIndicatorImplementations support a "Busy" indicator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhideBusyIndicator()voidshowBusyIndicator(String message)
-
-
-
Method Detail
-
showBusyIndicator
void showBusyIndicator(String message)
-
hideBusyIndicator
void hideBusyIndicator()
-
-