com.cult3d
Interface Cult3DScript
- public abstract interface Cult3DScript
This interface must be implemented by any
class that is supposed to be started from a
Cult3D plugin. When a Cult3D plugin is started
exactly one Java class can be instanciated and
that class must implement this interface.
Method Summary |
void |
cult3dDestroy()
Called on destruction of the plugin instance. |
cult3dDestroy
public void cult3dDestroy()
- Called on destruction of the plugin instance.
This method provides a way for Cult3D to tell Java classes
that the plugin is closing.