Interface ILcdCollectionListener<T>

All Superinterfaces:
EventListener

public interface ILcdCollectionListener<T> extends EventListener

The listener interface for TLcdCollectionEvents.

Since:
9.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method gets called when a change in a collection occurs.
  • Method Details

    • collectionChanged

      void collectionChanged(TLcdCollectionEvent<T> aCollectionEvent)

      This method gets called when a change in a collection occurs.

      Parameters:
      aCollectionEvent - the event describing the change.