Interface Event
- All Known Implementing Classes:
Event.EdgeAddedEvent,Event.EdgePropertyChangedEvent,Event.EdgePropertyRemovedEvent,Event.EdgeRemovedEvent,Event.ElementLabelChangedEvent,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 Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic classstatic classAn event that represents a label change on an element (vertex or edge).static classA base class forPropertymutation events.static classA base class forPropertymutation events.static classstatic classRepresents an action where aVertexPropertyis modified on aVertex.static classRepresents an action where aPropertyis modified on aVertexProperty.static classRepresents an action where aPropertyis removed from aVertexProperty.static classstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidfireEvent(Iterator<MutationListener> eventListeners) AnEventpublishes its action to all the eventMutationListenerobjects.
-
Method Details
-
fireEvent
AnEventpublishes its action to all the eventMutationListenerobjects.
-