java.lang.Object
org.gvsig.gui.beans.incrementabletask.Cancel
All Implemented Interfaces:
Cancellable

public class Cancel extends Object implements Cancellable
  • Constructor Details

    • Cancel

      public Cancel()
      Crea un nuevo CancelDraw.
  • Method Details

    • setCanceled

      public void setCanceled(boolean b)
      Insertar si se debe cancelar el dibujado.
      Specified by:
      setCanceled in interface Cancellable
      Parameters:
      b - true si se debe cancelar el dibujado.
      See Also:
    • isCanceled

      public boolean isCanceled()
      Description copied from interface: Cancellable

      Determines if the related task must be canceled.

      Specified by:
      isCanceled in interface Cancellable
      Returns:
      true if task must been canceled; otherwise false
      See Also:
      • invalid reference
        com.iver.utiles.swing.threads.Cancellable#isCanceled()