Interface CancellableComponent


public interface CancellableComponent
Interface implemented by those components that can cancel an action at anytime.
Author:
jaume dominguez faus - jaume.dominguez@iver.es
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked to cancel the current executing action.
  • Method Details

    • cancel

      void cancel()
      Invoked to cancel the current executing action.