Author: [EMAIL PROTECTED]
Date: Wed Nov 12 15:08:49 2008
New Revision: 4037

Modified:
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/CloseEvent.java
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/OpenEvent.java
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ResizeEvent.java
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/SelectionEvent.java
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ValueChangeEvent.java

Log:
Mirroring javadoc change from BeforeSelectionEvent everywhere else.

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/CloseEvent.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/CloseEvent.java
   
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/CloseEvent.java
   
Wed Nov 12 15:08:49 2008
@@ -35,8 +35,7 @@
     *
     * @param <T> the target type
     * @param <S> The event source
-   * @param source the source of the handlers. Must have close handlers  
and a
-   *          handler manager.
+   * @param source the source of the handlers
     * @param target the target
     * @param autoClosed was the target closed automatically
     */
@@ -58,8 +57,7 @@
     *
     * @param <T> the target type
     * @param <S> The event source
-   * @param source the source of the handlers. Must have close handlers  
and a
-   *          handler manager.
+   * @param source the source of the handlers
     * @param target the target
     */
    public static <T, S extends HasCloseHandlers<T> & HasHandlers> void fire(

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/OpenEvent.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/OpenEvent.java
    
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/OpenEvent.java
    
Wed Nov 12 15:08:49 2008
@@ -35,8 +35,7 @@
     *
     * @param <T> the target type
     * @param <S> The event source
-   * @param source the source of the handlers. Must have open handlers and  
a
-   *          handler manager.
+   * @param source the source of the handlers
     * @param target the target
     */
    public static <T, S extends HasOpenHandlers<T> & HasHandlers> void fire(

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ResizeEvent.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ResizeEvent.java
  
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ResizeEvent.java
  
Wed Nov 12 15:08:49 2008
@@ -33,8 +33,7 @@
     * Fires a resize event on all registered handlers in the handler source.
     *
     * @param <S> The handler source
-   * @param source the source of the handlers. Must have resize handlers  
and a
-   *          handler manager.
+   * @param source the source of the handlers
     * @param width the new width
     * @param height the new height
     */

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/SelectionEvent.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/SelectionEvent.java
       
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/SelectionEvent.java
       
Wed Nov 12 15:08:49 2008
@@ -35,8 +35,7 @@
     *
     * @param <I> the selected item type
     * @param <S> The event source
-   * @param source the source of the handlers. Must have selection  
handlers and
-   *          a handler manager.
+   * @param source the source of the handlers
     * @param selectedItem the selected item
     */
    public static <I, S extends HasSelectionHandlers<I> & HasHandlers> void  
fire(

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ValueChangeEvent.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ValueChangeEvent.java
     
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ValueChangeEvent.java
     
Wed Nov 12 15:08:49 2008
@@ -36,8 +36,7 @@
     *
     * @param <I> the old value type
     * @param <S> The event source
-   * @param source the source of the handlers. Must have value change  
handlers
-   *          and a handler manager.
+   * @param source the source of the handlers
     * @param value the value
     */
    public static <I, S extends HasValueChangeHandlers<I> & HasHandlers>  
void fire(
@@ -59,8 +58,7 @@
     *
     * @param <I> the old value type
     * @param <S> The event source
-   * @param source the source of the handlers. Must have value change  
handlers
-   *          and a handler manager.
+   * @param source the source of the handlers
     * @param oldValue the oldValue, may be null
     * @param newValue the newValue, may be null
     */

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to