JavaTM Platform
Standard Ed. 6

java.awt.dnd
인터페이스 DragGestureListener

모든 슈퍼 인터페이스:
EventListener


public interface DragGestureListener
extends EventListener

이 인터페이스는 DragGestureRecognizer 를 소스로 해, 그 (서브) 클래스의 객체가 드래그 개시 제스처(gesture)를 검출했을 때에 불려 갑니다.  

이 인터페이스의 구현자는, 통지를 받으면(자) 드래그를 개시합니다.

관련 항목:
DragGestureRecognizer , DragGestureEvent , DragSource

메소드의 개요
 void dragGestureRecognized (DragGestureEvent  dge)
          플랫폼 의존의 드래그 개시 제스처(gesture)를 검출하면(자),DragGestureRecognizer 는 이 청취자에게 통지해, 사용자를 위해서(때문에) 액션의 개시를 유발 (prompt)합니다.
 

메소드의 상세

dragGestureRecognized

void dragGestureRecognized(DragGestureEvent  dge)
플랫폼 의존의 드래그 개시 제스처(gesture)를 검출하면(자),DragGestureRecognizer 는 이 청취자에게 통지해, 사용자를 위해서(때문에) 액션의 개시를 유발 (prompt)합니다.  

파라미터:
dge - 발생한지 얼마 안된 제스처(gesture)를 기술하는 DragGestureEvent

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.