org.dishevelled.observable.event
Interface SortedSetChangeListener<E>

Type Parameters:
E - sorted set element type
All Superinterfaces:
EventListener

public interface SortedSetChangeListener<E>
extends EventListener

A listener that receives notification of changes made to an observable sorted set.

Version:
$Revision$ $Date$
Author:
Michael Heuer

Method Summary
 void sortedSetChanged(SortedSetChangeEvent<E> e)
          Notify this listener that a change has been made to the observable sorted set.
 

Method Detail

sortedSetChanged

void sortedSetChanged(SortedSetChangeEvent<E> e)
Notify this listener that a change has been made to the observable sorted set.

Parameters:
e - sorted set change event


Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).