Interface EventGraph<ID>

Type Parameters:
ID - type of all identifiers in graph
All Superinterfaces:
Graph<ID>

public interface EventGraph<ID> extends Graph<ID>
An implementation of graphs which sends events when the graph is modified.