Uses of Interface
com.luciad.util.ILcdDispatchableEvent
Packages that use ILcdDispatchableEvent
Package
Description
Model interfaces
Basic utilities.
General aspects of views.
-
Uses of ILcdDispatchableEvent in com.luciad.model
Classes in com.luciad.model that implement ILcdDispatchableEventModifier and TypeClassDescriptionclassTLcdModelContainerEventimplements dispatchable events on aILcdModelContainer.classTLcdModelProducerEventimplements dispatchable events on aILcdModelProducer. -
Uses of ILcdDispatchableEvent in com.luciad.util
Classes in com.luciad.util that implement ILcdDispatchableEventMethods in com.luciad.util with parameters of type ILcdDispatchableEventModifier and TypeMethodDescriptionvoidILcdEventMulticaster.dispatch(ILcdDispatchableEvent aEvent) Sends out the given event to all the registered listeners.final voidTLcdEventMulticaster.dispatch(ILcdDispatchableEvent e) -
Uses of ILcdDispatchableEvent in com.luciad.view
Classes in com.luciad.view that implement ILcdDispatchableEventModifier and TypeClassDescriptionclassTLcdLayeredEventimplements dispatchable events for anILcdLayered.