GWT 2.3.0

com.google.gwt.event.logical.shared
Interface SelectionHandler<T>

Type Parameters:
T - the type being selected
All Superinterfaces:
EventHandler

public interface SelectionHandler<T>
extends EventHandler

Handler interface for SelectionEvent events.


Method Summary
 void onSelection(SelectionEvent<T> event)
          Called when SelectionEvent is fired.
 

Method Detail

onSelection

void onSelection(SelectionEvent<T> event)
Called when SelectionEvent is fired.

Parameters:
event - the SelectionEvent that was fired

GWT 2.3.0