Class TLfnDataRootCreatedEvent


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

    • TLfnDataRootCreatedEvent

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

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