public interface Event
| Modifier and Type | Interface 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 | fireEvent(Iterator<MutationListener> eventListeners)An  Eventpublishes its action to all the eventMutationListenerobjects. | 
void fireEvent(Iterator<MutationListener> eventListeners)
Event publishes its action to all the event MutationListener objects.Copyright © 2013–2019 Apache Software Foundation. All rights reserved.