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 GraphEvents when the graph is modified.