JavaTM 2 Platform
Standard Ed. 6

java.awt.dnd
接口 DragGestureListener

所有超级接口:
EventListener

public interface DragGestureListener
extends EventListener

此接口源于 DragGestureRecognizer,当该(子)类的对象检测到拖动启动动作时,调用此接口。

接收到这种通知之后,此接口的实现者将负责启动拖动操作。

另请参见:
DragGestureRecognizer, DragGestureEvent, DragSource

方法摘要
 void dragGestureRecognized(DragGestureEvent dge)
          DragGestureRecognizer 已经检测到与平台有关的拖动启动动作,并且正通知此侦听器,以便启动用户操作。
 

方法详细信息

dragGestureRecognized

void dragGestureRecognized(DragGestureEvent dge)
DragGestureRecognizer 已经检测到与平台有关的拖动启动动作,并且正通知此侦听器,以便启动用户操作。

参数:
dge - 描述刚才所发生动作的 DragGestureEvent

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only