Class MapControl.CancelDraw

java.lang.Object
org.gvsig.fmap.mapcontrol.MapControl.CancelDraw
All Implemented Interfaces:
org.gvsig.tools.task.Cancellable
Enclosing class:
MapControl

public class MapControl.CancelDraw extends Object implements org.gvsig.tools.task.Cancellable

An instance of CancelDraw will be shared by all this MapControl's MapContext layers, allowing receive a notification that, when they're been drawn, to be cancelled.

Author:
Fernando Gonz�lez Cort�s
See Also:
  • Cancellable
  • Constructor Details

    • CancelDraw

      public CancelDraw()
      Creates a new CancelDraw object.
  • Method Details

    • setCanceled

      public void setCanceled(boolean b)
      Specified by:
      setCanceled in interface org.gvsig.tools.task.Cancellable
    • isCanceled

      public boolean isCanceled()
      Specified by:
      isCanceled in interface org.gvsig.tools.task.Cancellable