Searched refs:getProtocolListener (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDragSourceProtocol.java173 getProtocolListener().handleDragReply(action, x, y);
413 getProtocolListener().handleDragFinished(true);
415 getProtocolListener().handleDragFinished(false);
H A DXDnDDragSourceProtocol.java157 getProtocolListener().handleDragReply(action);
171 getProtocolListener().handleDragFinished(success, action);
173 getProtocolListener().handleDragFinished();
H A DXDragSourceProtocol.java63 protected final XDragSourceProtocolListener getProtocolListener() { method in class:XDragSourceProtocol
H A DXDropTargetProtocol.java61 protected final XDropTargetProtocolListener getProtocolListener() { method in class:XDropTargetProtocol
H A DMotifDnDDropTargetProtocol.java1070 getProtocolListener().handleDropTargetNotification(xwindow, x, y,
H A DXDnDDropTargetProtocol.java1038 getProtocolListener().handleDropTargetNotification(xwindow, x, y,

Completed in 39 milliseconds