|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface DragGestureListener
此接口源于 DragGestureRecognizer
,当该(子)类的对象检测到拖动启动动作时,调用此接口。
接收到这种通知之后,此接口的实现者将负责启动拖动操作。
DragGestureRecognizer
,
DragGestureEvent
,
DragSource
方法摘要 | |
---|---|
void |
dragGestureRecognized(DragGestureEvent dge)
DragGestureRecognizer 已经检测到与平台有关的拖动启动动作,并且正通知此侦听器,以便启动用户操作。 |
方法详细信息 |
---|
void dragGestureRecognized(DragGestureEvent dge)
DragGestureRecognizer
已经检测到与平台有关的拖动启动动作,并且正通知此侦听器,以便启动用户操作。
dge
- 描述刚才所发生动作的 DragGestureEvent
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。