setPersistFunction method
Sets the function that persists the nodes.
Implementation
void setPersistFunction(ExecutableFunction doPersist) {
_persist = doPersist;
}
Sets the function that persists the nodes.
void setPersistFunction(ExecutableFunction doPersist) {
_persist = doPersist;
}