< prev index next >

src/java.desktop/share/classes/java/awt/event/AdjustmentEvent.java

Print this page

        

*** 102,111 **** --- 102,112 ---- * The adjustable object that fired the event. * * @serial * @see #getAdjustable */ + @SuppressWarnings("serial") // Not statically typed as Serializable Adjustable adjustable; /** * {@code value} will contain the new value of the * adjustable object. This value will always be in a
< prev index next >