Uses of Class
com.openinventor.meshviz.misc.callbacks.PoRebuildCB
-
Packages that use PoRebuildCB Package Description com.openinventor.meshviz.graph -
-
Uses of PoRebuildCB in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph with parameters of type PoRebuildCB Modifier and Type Method Description void
PoBase. addPostRebuildCallback(PoRebuildCB cb, java.lang.Object data)
Add a callback function to call when the node kit is rebuilt.void
PoBase. addPreRebuildCallback(PoRebuildCB cb, java.lang.Object data)
Add a callback function to call when the node kit is rebuilt.
-