Package com.luciad.model
Class TLcdModelProducerEventMulticaster
java.lang.Object
com.luciad.util.TLcdEventMulticaster
com.luciad.model.TLcdModelProducerEventMulticaster
- All Implemented Interfaces:
ILcdModelProducerListener
,ILcdEventMulticaster
,Serializable
,EventListener
public class TLcdModelProducerEventMulticaster
extends TLcdEventMulticaster
implements ILcdEventMulticaster, ILcdModelProducerListener
This class provides an implementation of
ILcdEventMulticaster
that is also an ILcdModelProducerListener
. It sends out
TLcdModelProducerEvent
to its listeners.- See Also:
-
Field Summary
Fields inherited from class com.luciad.util.TLcdEventMulticaster
listeners
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notifies this ILcdModelProducerListener of a produced model.Methods inherited from class com.luciad.util.TLcdEventMulticaster
add, dispatch, find, hasListeners, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.util.ILcdEventMulticaster
add, dispatch, hasListeners, remove
-
Constructor Details
-
TLcdModelProducerEventMulticaster
public TLcdModelProducerEventMulticaster()
-
-
Method Details
-
modelProduced
Description copied from interface:ILcdModelProducerListener
Notifies this ILcdModelProducerListener of a produced model.- Specified by:
modelProduced
in interfaceILcdModelProducerListener
- Parameters:
e
- the event describing the changes to aILcdModelProducer
.
-