NextApp Echo2
v2.1.0

nextapp.echo2.app.event
Interface ListDataListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable

public interface ListDataListener
extends java.util.EventListener, java.io.Serializable

The listener interface for receiving ListDataEvents.

See Also:
ListDataEvent

Method Summary
 void contentsChanged(ListDataEvent e)
          Indicates that the contents of the list have change.
 void intervalAdded(ListDataEvent e)
          Indicates that one or more items have been added to the list.
 void intervalRemoved(ListDataEvent e)
          Indicates that one or more items have been removed from the list.
 

Method Detail

contentsChanged

void contentsChanged(ListDataEvent e)
Indicates that the contents of the list have change.

Parameters:
e - the event

intervalAdded

void intervalAdded(ListDataEvent e)
Indicates that one or more items have been added to the list.

Parameters:
e - the event

intervalRemoved

void intervalRemoved(ListDataEvent e)
Indicates that one or more items have been removed from the list.

Parameters:
e - the event

NextApp Echo2
v2.1.0