| Modifier and Type | Method and Description |
|---|---|
default void |
attach(Graph graph)
Optional hook called when attached to the Graph.
|
default void |
detach(Graph graph)
Optional hook to be informed when removed from the graph.
|
void |
update()
Called before every new buffer is processed.
|
default void attach(Graph graph)
graph - the Graph being added todefault void detach(Graph graph)
graph - the Graph being removed fromvoid update()
Copyright © 2020. All rights reserved.