Interface ILcdMapListener<K,V>

All Superinterfaces:
EventListener

public interface ILcdMapListener<K,V> extends EventListener

The listener interface for TLcdMapEvents.

Since:
10.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mapChanged(TLcdMapEvent<K,V> aMapEvent)
    This method gets called when a change in a map occurs.
  • Method Details

    • mapChanged

      void mapChanged(TLcdMapEvent<K,V> aMapEvent)

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

      Parameters:
      aMapEvent - the event describing the change.