Classes which implement this interface provide methods
that deal with the events that are generated when a drag
gesture is detected.
<p>
After creating an instance of a class that :
this interface it can be added to a control using the
<code>addDragDetectListener</code> method and removed using
the <code>removeDragDetectListener</code> method. When the
drag is detected, the drageDetected method will be invoked.
</p>
Classes which implement this interface provide methods that deal with the events that are generated when a drag gesture is detected. <p> After creating an instance of a class that : this interface it can be added to a control using the <code>addDragDetectListener</code> method and removed using the <code>removeDragDetectListener</code> method. When the drag is detected, the drageDetected method will be invoked. </p>
@see DragDetectEvent
@since 3.3