GWT 2.7.0

Uses of Class
com.google.gwt.event.logical.shared.SelectionEvent

Packages that use SelectionEvent
com.google.gwt.event.logical.shared Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of SelectionEvent in com.google.gwt.event.logical.shared
 

Methods in com.google.gwt.event.logical.shared with parameters of type SelectionEvent
 void SelectionHandler.onSelection(SelectionEvent<T> event)
          Called when SelectionEvent is fired.
 

Uses of SelectionEvent in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui with parameters of type SelectionEvent
 void ListenerWrapper.WrappedTabListener.onSelection(SelectionEvent<java.lang.Integer> event)
           
 void ListenerWrapper.WrappedOldSuggestionHandler.onSelection(SelectionEvent<SuggestOracle.Suggestion> event)
           
 void ListenerWrapper.WrappedTreeListener.onSelection(SelectionEvent<TreeItem> event)
           
 


GWT 2.7.0