| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Mutating<E extends Event>A marker interface for steps that modify the graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| CallbackRegistry<Event> | DropStep. getMutatingCallbackRegistry() | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CallbackRegistry<E extends Event> | 
| interface  | EventCallback<E extends Event> | 
| class  | ListCallbackRegistry<E extends Event> | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Event.EdgeAddedEvent | 
| static class  | Event.EdgePropertyChangedEvent | 
| static class  | Event.EdgePropertyRemovedEvent | 
| static class  | Event.EdgeRemovedEvent | 
| static class  | Event.ElementPropertyChangedEventA base class for  Propertymutation events. | 
| static class  | Event.ElementPropertyEventA base class for  Propertymutation events. | 
| static class  | Event.VertexAddedEvent | 
| static class  | Event.VertexPropertyChangedEventRepresents an action where a  VertexPropertyis modified on aVertex. | 
| static class  | Event.VertexPropertyPropertyChangedEventRepresents an action where a  Propertyis modified on aVertexProperty. | 
| static class  | Event.VertexPropertyPropertyRemovedEventRepresents an action where a  Propertyis removed from aVertexProperty. | 
| static class  | Event.VertexPropertyRemovedEvent | 
| static class  | Event.VertexRemovedEvent | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EventStrategy.EventStrategyCallback. accept(Event event) | 
| void | EventStrategy.EventQueue. addEvent(Event evt)Add an event to the event queue. | 
| void | EventStrategy.DefaultEventQueue. addEvent(Event evt) | 
| void | EventStrategy.TransactionalEventQueue. addEvent(Event evt) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.