Interface ListListener<E>

Type Parameters:
E - The type of elements contained in the list.
All Superinterfaces:
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

    Modifier and Type
    Method
    Description
    void
    listModified(ListEvent<E> listEvent)
    Called when a list is modified.
  • Method Details

    • 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.