Class AbortByRemoveDesktop

  • All Implemented Interfaces:
    AbortingReason

    public class AbortByRemoveDesktop
    extends java.lang.Object
    implements AbortingReason
    The aborting reason when the remove-desktop command is received.
    Author:
    tomyeh
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      Called to process this aborting reason.
      void finish()
      Called after all processing is done, and just before deactivating the execution.
      AuResponse getResponse()
      Returns the response representing this aborting reason.
      boolean isAborting()
      Returns whether to abort the execution.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait