Interface ILcdDispatchableEvent

All Superinterfaces:
Serializable
All Known Implementing Classes:
ALcdDispatchableEvent, TLcdLayeredEvent, TLcdModelContainerEvent, TLcdModelProducerEvent

public interface ILcdDispatchableEvent extends Serializable
An ILcdDispatchableEvent is an event that can send itself to listeners.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends this ILcdDispatchableEvent to the given listener.
  • Method Details

    • dispatch

      void dispatch(EventListener aListener)
      Sends this ILcdDispatchableEvent to the given listener.
      Parameters:
      aListener - the listener that will receive this ILcdDispatchableEvent.