java.lang.Object
org.pentaho.reporting.libraries.designtime.swing.background.GenericCancelHandler
All Implemented Interfaces:
EventListener, CancelListener

public class GenericCancelHandler extends Object implements CancelListener
  • Constructor Details

    • GenericCancelHandler

      public GenericCancelHandler(Thread thread)
  • Method Details

    • cancelProcessing

      public void cancelProcessing(CancelEvent event)
      Requests that the thread stop processing as soon as possible.
      Specified by:
      cancelProcessing in interface CancelListener
    • isCancelled

      public boolean isCancelled()