com.vaadin.event
Interface SelectionEvent.SelectionListener

All Superinterfaces:
java.io.Serializable
Enclosing class:
SelectionEvent

public static interface SelectionEvent.SelectionListener
extends java.io.Serializable

The listener interface for receiving SelectionEvents.


Method Summary
 void select(SelectionEvent event)
          Notifies the listener that the selection state has changed.
 

Method Detail

select

void select(SelectionEvent event)
Notifies the listener that the selection state has changed.

Parameters:
event - the selection change event


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.