< prev index next >

src/java.desktop/share/classes/sun/java2d/pipe/hw/AccelGraphicsConfig.java

Print this page

        

*** 75,85 **** * Adds an {@code AccelDeviceEventListener} to listen to accelerated * device's (which is associated with this {@code AccelGraphicsConfig}) * events. * * Note: a hard link to the listener may be kept so it must be explicitly ! * removed via {@link #removeDeviceEventListener()}. * * @param l the listener * @see AccelDeviceEventListener */ public void addDeviceEventListener(AccelDeviceEventListener l); --- 75,85 ---- * Adds an {@code AccelDeviceEventListener} to listen to accelerated * device's (which is associated with this {@code AccelGraphicsConfig}) * events. * * Note: a hard link to the listener may be kept so it must be explicitly ! * removed via {@link #removeDeviceEventListener}. * * @param l the listener * @see AccelDeviceEventListener */ public void addDeviceEventListener(AccelDeviceEventListener l);
< prev index next >