< prev index next >
src/java.desktop/share/classes/java/awt/AWTEvent.java
Print this page
*** 408,422 ****
return getClass().getName() + "[" + paramString() + "] on " +
(srcName != null? srcName : source);
}
/**
! * Returns a string representing the state of this <code>Event</code>.
* This method is intended to be used only for debugging purposes, and the
* content and format of the returned string may vary between
* implementations. The returned string may be empty but may not be
! * <code>null</code>.
*
* @return a string representation of this event
*/
public String paramString() {
return "";
--- 408,422 ----
return getClass().getName() + "[" + paramString() + "] on " +
(srcName != null? srcName : source);
}
/**
! * Returns a string representing the state of this {@code Event}.
* This method is intended to be used only for debugging purposes, and the
* content and format of the returned string may vary between
* implementations. The returned string may be empty but may not be
! * {@code null}.
*
* @return a string representation of this event
*/
public String paramString() {
return "";
< prev index next >