m3g12
Interface Sample

All Known Implementing Classes:
MorphingSample, RobotSample, SkinnedMeshSample

public interface Sample

Interface that needs to be implemented by samples. It contains methods that will be called by the MIDlet when displaying and destroying the sample.

Author:
Claus Hoefele

Method Summary
 void destroy()
          Tells the sample to destroy itself.
 void init()
          Tells the sample to initialize itself.
 

Method Detail

init

void init()
Tells the sample to initialize itself.


destroy

void destroy()
Tells the sample to destroy itself.