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
ConstructorsConstructorDescriptionTLfnDataRootUpdatedEvent(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, getPropertiesStringMethods 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- theTLfnDataRootobject for which this event is published
-
TLfnDataRootUpdatedEvent
Create a new LuciadFusion data root updated event.- Parameters:
aDataRoot- theTLfnDataRootobject for which this event is publishedaRequest- theTLfnEventSourceRequestthat triggered this event- Since:
- 2024.1
-