所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
java.awt.dnd
接口 DragGestureListener
-
所有超级接口:
-
EventListener
-
public interface DragGestureListener
- extends EventListener
此接口源于 DragGestureRecognizer
,当该(子)类的对象检测到拖动启动动作时,调用此接口。
接收到这种通知之后,此接口的实现者将负责启动拖动操作。
-
另请参见:
-
DragGestureRecognizer
, DragGestureEvent
, DragSource
dragGestureRecognized
void dragGestureRecognized(DragGestureEvent dge)
-
DragGestureRecognizer
已经检测到与平台有关的拖动启动动作,并且正通知此侦听器,以便启动用户操作。
-
-
-
参数:
-
dge
- 描述刚才所发生操作的 DragGestureEvent
所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |