com.vaadin.ui.components.grid.selection
Interface SelectionChangeListener

All Superinterfaces:
java.io.Serializable

public interface SelectionChangeListener
extends java.io.Serializable

The listener interface for receiving SelectionChangeEvents.

Since:
Author:
Vaadin Ltd

Method Summary
 void selectionChange(SelectionChangeEvent event)
          Notifies the listener that the selection state has changed.
 

Method Detail

selectionChange

void selectionChange(SelectionChangeEvent event)
Notifies the listener that the selection state has changed.

Parameters:
event - the selection change event


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