JavaTM 2 Platform
Standard Ed. 5.0

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. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策