Class TLfnDataRootCreatedEvent
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.TLfnDataRootCreatedEvent
Event object indicating that a
TLfnDataRoot
has been created.- Since:
- 2022.1
-
Constructor Summary
ConstructorDescriptionTLfnDataRootCreatedEvent
(TLfnDataRoot aDataRoot) Create a new LuciadFusion data root created event.TLfnDataRootCreatedEvent
(TLfnDataRoot aDataRoot, TLfnEventSourceRequest aRequest) Create a new LuciadFusion data root created 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
-
TLfnDataRootCreatedEvent
Create a new LuciadFusion data root created event. The request that caused the event will benull
.- Parameters:
aDataRoot
- theTLfnDataRoot
object for which this event is published
-
TLfnDataRootCreatedEvent
Create a new LuciadFusion data root created event.- Parameters:
aDataRoot
- theTLfnDataRoot
object for which this event is publishedaRequest
- theTLfnEventSourceRequest
that triggered this event- Since:
- 2024.0.07
-