public abstract static class Event.ElementPropertyEvent extends Object implements Event
Property mutation events.Event.EdgeAddedEvent, Event.EdgePropertyChangedEvent, Event.EdgePropertyRemovedEvent, Event.EdgeRemovedEvent, Event.ElementPropertyChangedEvent, Event.ElementPropertyEvent, Event.VertexAddedEvent, Event.VertexPropertyChangedEvent, Event.VertexPropertyPropertyChangedEvent, Event.VertexPropertyPropertyRemovedEvent, Event.VertexPropertyRemovedEvent, Event.VertexRemovedEvent| Constructor and Description | 
|---|
| ElementPropertyEvent(Element element,
                    Property oldValue,
                    Object newValue,
                    Object... vertexPropertyKeyValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fireEvent(Iterator<MutationListener> eventListeners)An  Eventpublishes its action to all the eventMutationListenerobjects. | 
public void fireEvent(Iterator<MutationListener> eventListeners)
EventEvent publishes its action to all the event MutationListener objects.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.