com.vaadin.event
Interface SortEvent.SortListener

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

public static interface SortEvent.SortListener
extends java.io.Serializable

Listener for sort order change events.


Method Summary
 void sort(SortEvent event)
          Called when the sort order has changed.
 

Method Detail

sort

void sort(SortEvent event)
Called when the sort order has changed.

Parameters:
event - the sort order change event


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