Class TLfnDataRootUpdatedEvent


public final class TLfnDataRootUpdatedEvent extends ALfnDataRootEvent
Event object indicating that a TLfnDataRoot has been updated.
Since:
2022.1
  • Constructor Details

    • TLfnDataRootUpdatedEvent

      public TLfnDataRootUpdatedEvent(TLfnDataRoot aDataRoot)
      Create a new LuciadFusion data root updated event. The request that caused the event will be null.
      Parameters:
      aDataRoot - the TLfnDataRoot object for which this event is published
    • TLfnDataRootUpdatedEvent

      public TLfnDataRootUpdatedEvent(TLfnDataRoot aDataRoot, TLfnEventSourceRequest aRequest)
      Create a new LuciadFusion data root updated event.
      Parameters:
      aDataRoot - the TLfnDataRoot object for which this event is published
      aRequest - the TLfnEventSourceRequest that triggered this event
      Since:
      2024.0.07