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.ElementPropertyChangedEvent
A base class for
Property mutation events. |
static class |
Event.ElementPropertyEvent
A base class for
Property mutation events. |
static class |
Event.VertexAddedEvent
|
static class |
Event.VertexPropertyChangedEvent
Represents an action where a
VertexProperty is modified on a Vertex . |
static class |
Event.VertexPropertyPropertyChangedEvent
Represents an action where a
Property is modified on a VertexProperty . |
static class |
Event.VertexPropertyPropertyRemovedEvent
Represents an action where a
Property is removed from a VertexProperty . |
static class |
Event.VertexPropertyRemovedEvent
|
static class |
Event.VertexRemovedEvent
|
Modifier and Type | Method and Description |
---|---|
void |
fireEvent(Iterator<MutationListener> eventListeners)
An
Event publishes its action to all the event MutationListener objects. |
void fireEvent(Iterator<MutationListener> eventListeners)
Event
publishes its action to all the event MutationListener
objects.Copyright © 2013–2019 Apache Software Foundation. All rights reserved.