< prev index next >

src/java.desktop/share/classes/java/awt/MenuContainer.java

Print this page

        

@@ -48,10 +48,11 @@
 
     /**
      * Posts an event to the listeners.
      *
      * @param  evt the event to dispatch
+     * @return the results of posting the event
      * @deprecated As of JDK version 1.1
      * replaced by dispatchEvent(AWTEvent).
      */
     @Deprecated
     boolean postEvent(Event evt);
< prev index next >