< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XDragSourceProtocol.java

Print this page

        

*** 138,148 **** } /** * Processes the specified client message event. * ! * @returns true if the event was successfully processed. */ public abstract boolean processClientMessage(XClientMessageEvent xclient) throws XException; /* The caller must hold AWT_LOCK. */ --- 138,148 ---- } /** * Processes the specified client message event. * ! * @return true if the event was successfully processed. */ public abstract boolean processClientMessage(XClientMessageEvent xclient) throws XException; /* The caller must hold AWT_LOCK. */
< prev index next >