public interface

SelectionHandler

implements EventHandler
com.google.gwt.event.logical.shared.SelectionHandler<T>

Class Overview

Handler interface for SelectionEvent events.

Summary

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

Public Methods

public abstract void onSelection (SelectionEvent<T> event)

Called when SelectionEvent is fired.

Parameters
event the SelectionEvent that was fired