Package com.luciad.util
Interface ILcdDispatchableEvent
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ALcdDispatchableEvent,TLcdLayeredEvent,TLcdModelContainerEvent,TLcdModelProducerEvent
An
ILcdDispatchableEvent is an event that can send itself to
listeners.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(EventListener aListener) Sends thisILcdDispatchableEventto the given listener.
-
Method Details
-
dispatch
Sends thisILcdDispatchableEventto the given listener.- Parameters:
aListener- the listener that will receive thisILcdDispatchableEvent.
-