com.sun.lwuit
Interface M3G.Callback

Enclosing class:
M3G

public static interface M3G.Callback

Callback interface that allows rendering of 3D graphics on top/bellow the current form. This interface is invoked as a result of a renderM3G call and should not make any calls to the 2D pipeline. It is the responsibility of the developer not to open additional threads or try to "abuse" the 2D/3D pipeline separation in any way.