Interface BackgroundCommandListener


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

    Modifier and Type
    Method
    Description
    void
    Notification that the given BackgroundCommand has completed.
  • Method Details

    • commandCompleted

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