Interface HasBusyIndicator

  • All Known Implementing Classes:
    BusyIndicatorView

    public interface HasBusyIndicator
    Implementations support a "Busy" indicator
    • Method Detail

      • showBusyIndicator

        void showBusyIndicator​(String message)
      • hideBusyIndicator

        void hideBusyIndicator()