Interface ILcdModelContainerListener

All Superinterfaces:
EventListener

public interface ILcdModelContainerListener extends EventListener
ILcdModelContainerListener is the listener interface for TLcdModelContainerEvents.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notify this ILcdModelContainerListener that the state of an ILcdModelContainer has changed.
  • Method Details

    • modelContainerStateChanged

      void modelContainerStateChanged(TLcdModelContainerEvent aModelContainerEvent)
      Notify this ILcdModelContainerListener that the state of an ILcdModelContainer has changed.
      Parameters:
      aModelContainerEvent - the event describing the change to an ILcdModelContainer.