Class DynamicGraphUpdatedEvent

java.lang.Object
ai.stapi.graphsystem.messaging.event.GraphUpdatedEvent
ai.stapi.graphsystem.messaging.event.AggregateGraphUpdatedEvent<ai.stapi.identity.UniqueIdentifier>
ai.stapi.graphsystem.messaging.event.DynamicGraphUpdatedEvent
All Implemented Interfaces:
Event

public class DynamicGraphUpdatedEvent extends AggregateGraphUpdatedEvent<ai.stapi.identity.UniqueIdentifier>
  • Constructor Details

    • DynamicGraphUpdatedEvent

      public DynamicGraphUpdatedEvent(String eventName, ai.stapi.identity.UniqueIdentifier identity, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> graphElementsForRemoval)
    • DynamicGraphUpdatedEvent

      public DynamicGraphUpdatedEvent(String eventName, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph synchronizedGraph)
    • DynamicGraphUpdatedEvent

      public DynamicGraphUpdatedEvent(String eventName, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph synchronizedGraph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> graphElementsForRemoval)
  • Method Details

    • getEventName

      public String getEventName()