Interface BackgroundCommandListener


  • public interface BackgroundCommandListener
    Listener that is notified when a BackgroundCommand completes.
    • Method Detail

      • commandCompleted

        void commandCompleted​(BackgroundCommand cmd)
        Notification that the given BackgroundCommand has completed.
        Parameters:
        cmd - background command that has completed