src/java.desktop/share/classes/java/awt/Event.java
changeset 58309 c6f8b2c3dc66
parent 52248 2e330da7cbf4
equal deleted inserted replaced
58308:b7192797f434 58309:c6f8b2c3dc66
   453      * This object has been replaced by AWTEvent.getSource()
   453      * This object has been replaced by AWTEvent.getSource()
   454      *
   454      *
   455      * @serial
   455      * @serial
   456      * @see java.awt.AWTEvent#getSource()
   456      * @see java.awt.AWTEvent#getSource()
   457      */
   457      */
       
   458     @SuppressWarnings("serial") // Not statically typed as Serializable
   458     public Object target;
   459     public Object target;
   459 
   460 
   460     /**
   461     /**
   461      * The time stamp.
   462      * The time stamp.
   462      * Replaced by InputEvent.getWhen().
   463      * Replaced by InputEvent.getWhen().
   535      * depends on the type of event.
   536      * depends on the type of event.
   536      * {@code arg} has been replaced by event specific property.
   537      * {@code arg} has been replaced by event specific property.
   537      *
   538      *
   538      * @serial
   539      * @serial
   539      */
   540      */
       
   541     @SuppressWarnings("serial") // Not statically typed as Serializable
   540     public Object arg;
   542     public Object arg;
   541 
   543 
   542     /**
   544     /**
   543      * The next event. This field is set when putting events into a
   545      * The next event. This field is set when putting events into a
   544      * linked list.
   546      * linked list.