Class TLfnDataRootUpdatedEvent
java.lang.Object
com.luciad.fusion.platform.event.object.ALfnEvent
com.luciad.fusion.platform.event.object.dataroot.ALfnDataRootEvent
com.luciad.fusion.platform.event.object.dataroot.TLfnDataRootUpdatedEvent
Event object indicating that a
TLfnDataRoot
has been updated.- Since:
- 2022.1
-
Constructor Summary
ConstructorDescriptionTLfnDataRootUpdatedEvent
(TLfnDataRoot aDataRoot) Create a new LuciadFusion data root updated event.TLfnDataRootUpdatedEvent
(TLfnDataRoot aDataRoot, TLfnEventSourceRequest aRequest) Create a new LuciadFusion data root updated event. -
Method Summary
Methods inherited from class com.luciad.fusion.platform.event.object.dataroot.ALfnDataRootEvent
getDataRoot, getPropertiesString
Methods inherited from class com.luciad.fusion.platform.event.object.ALfnEvent
getRequest, getTimestamp, getUser, toString
-
Constructor Details
-
TLfnDataRootUpdatedEvent
Create a new LuciadFusion data root updated event. The request that caused the event will benull
.- Parameters:
aDataRoot
- theTLfnDataRoot
object for which this event is published
-
TLfnDataRootUpdatedEvent
Create a new LuciadFusion data root updated event.- Parameters:
aDataRoot
- theTLfnDataRoot
object for which this event is publishedaRequest
- theTLfnEventSourceRequest
that triggered this event- Since:
- 2024.0.07
-