| ConsoleMutationListener | An example listener that writes a message to the console for each event that fires from the graph. | 
| Event.EdgeAddedEvent | Represents an action where an  Edge is added to the  Graph. | 
| Event.EdgePropertyChangedEvent | Represents an action where an  EdgeProperty is added/modified. | 
| Event.EdgePropertyRemovedEvent |  | 
| Event.EdgeRemovedEvent | Represents an action where an  Edge is removed from the  Graph. | 
| Event.ElementPropertyChangedEvent | A base class for  Property mutation events. | 
| Event.ElementPropertyEvent | A base class for  Property mutation events. | 
| Event.VertexAddedEvent | Represents an action where a  Vertex is added to the  Graph. | 
| Event.VertexPropertyChangedEvent |  | 
| Event.VertexPropertyPropertyChangedEvent |  | 
| Event.VertexPropertyPropertyRemovedEvent |  | 
| Event.VertexPropertyRemovedEvent |  | 
| Event.VertexRemovedEvent | Represents an action where a  Vertex is removed from the  Graph. | 
| ListCallbackRegistry<E extends Event> |  |