public static class EventStrategyProcessTest.StubMutationListener extends Object implements MutationListener
| Constructor and Description |
|---|
StubMutationListener() |
public void reset()
public void vertexAdded(Vertex vertex)
vertexAdded in interface MutationListenerpublic void vertexRemoved(Vertex vertex)
vertexRemoved in interface MutationListenerpublic void edgeAdded(Edge edge)
edgeAdded in interface MutationListenerpublic void edgePropertyRemoved(Edge element, Property o)
edgePropertyRemoved in interface MutationListenerpublic void vertexPropertyPropertyRemoved(VertexProperty element, Property o)
vertexPropertyPropertyRemoved in interface MutationListenerpublic void edgeRemoved(Edge edge)
edgeRemoved in interface MutationListenerpublic void vertexPropertyRemoved(VertexProperty vertexProperty)
vertexPropertyRemoved in interface MutationListenerpublic void edgePropertyChanged(Edge element, Property oldValue, Object setValue)
edgePropertyChanged in interface MutationListenerpublic void vertexPropertyPropertyChanged(VertexProperty element, Property oldValue, Object setValue)
vertexPropertyPropertyChanged in interface MutationListenerpublic void vertexPropertyChanged(Vertex element, Property oldValue, Object setValue, Object... vertexPropertyKeyValues)
vertexPropertyChanged in interface MutationListenerpublic long addEdgeEventRecorded()
public long addVertexEventRecorded()
public long vertexRemovedEventRecorded()
public long edgeRemovedEventRecorded()
public long edgePropertyRemovedEventRecorded()
public long vertexPropertyRemovedEventRecorded()
public long vertexPropertyPropertyRemovedEventRecorded()
public long edgePropertyChangedEventRecorded()
public long vertexPropertyChangedEventRecorded()
public long vertexPropertyPropertyChangedEventRecorded()
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.