75767778798081
protected void onVertexAdded(Vertex vertex) { this.trigger.addEvent(new VertexAddedEvent(vertex)); } protected void onVertexRemoved(final Vertex vertex, Map<String, Object> props) { this.trigger.addEvent(new VertexRemovedEvent(vertex, props)); }