Interface Event
- 
- All Known Implementing Classes:
- Event.EdgeAddedEvent,- Event.EdgePropertyChangedEvent,- Event.EdgePropertyRemovedEvent,- Event.EdgeRemovedEvent,- Event.ElementPropertyChangedEvent,- Event.ElementPropertyEvent,- Event.VertexAddedEvent,- Event.VertexPropertyChangedEvent,- Event.VertexPropertyPropertyChangedEvent,- Event.VertexPropertyPropertyRemovedEvent,- Event.VertexPropertyRemovedEvent,- Event.VertexRemovedEvent
 
 public interface Event- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classEvent.EdgeAddedEventstatic classEvent.EdgePropertyChangedEventstatic classEvent.EdgePropertyRemovedEventstatic classEvent.EdgeRemovedEventstatic classEvent.ElementPropertyChangedEventA base class forPropertymutation events.static classEvent.ElementPropertyEventA base class forPropertymutation events.static classEvent.VertexAddedEventstatic classEvent.VertexPropertyChangedEventRepresents an action where aVertexPropertyis modified on aVertex.static classEvent.VertexPropertyPropertyChangedEventRepresents an action where aPropertyis modified on aVertexProperty.static classEvent.VertexPropertyPropertyRemovedEventRepresents an action where aPropertyis removed from aVertexProperty.static classEvent.VertexPropertyRemovedEventstatic classEvent.VertexRemovedEvent
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfireEvent(Iterator<MutationListener> eventListeners)AnEventpublishes its action to all the eventMutationListenerobjects.
 
- 
- 
- 
Method Detail- 
fireEventvoid fireEvent(Iterator<MutationListener> eventListeners) AnEventpublishes its action to all the eventMutationListenerobjects.
 
- 
 
-