src/java.desktop/share/classes/java/awt/event/AdjustmentEvent.java
changeset 58309 c6f8b2c3dc66
parent 47216 71c04702a3d5
equal deleted inserted replaced
58308:b7192797f434 58309:c6f8b2c3dc66
   102      * The adjustable object that fired the event.
   102      * The adjustable object that fired the event.
   103      *
   103      *
   104      * @serial
   104      * @serial
   105      * @see #getAdjustable
   105      * @see #getAdjustable
   106      */
   106      */
       
   107     @SuppressWarnings("serial") // Not statically typed as Serializable
   107     Adjustable adjustable;
   108     Adjustable adjustable;
   108 
   109 
   109     /**
   110     /**
   110      * {@code value} will contain the new value of the
   111      * {@code value} will contain the new value of the
   111      * adjustable object.  This value will always be  in a
   112      * adjustable object.  This value will always be  in a