com.guiseframework.event
Interface ListListener<E>

Type Parameters:
E - The type of elements contained in the list.
All Superinterfaces:
java.util.EventListener, GuiseEventListener
All Known Implementing Classes:
AbstractDepictor.DepictedPropertyChangeListener

public interface ListListener<E>
extends GuiseEventListener

An object that listens for list modification events.

Author:
Garret Wilson

Method Summary
 void listModified(ListEvent<E> listEvent)
          Called when a list is modified.
 

Method Detail

listModified

void listModified(ListEvent<E> listEvent)
Called when a list is modified.

Parameters:
listEvent - The event indicating the source of the event and the list modifications.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.