インタフェース
com.jme3.system.SystemListener の使用

SystemListener を使用しているパッケージ
com.jme3.app The com.jme3.application provides a toolset for jME3 applications to interact with various components of the engine. 
com.jme3.system   
jme3tools.optimize   
 

com.jme3.app での SystemListener の使用
 

SystemListener を実装している com.jme3.app のクラス
 class Application
          The Application class represents an instance of a real-time 3D rendering jME application.
 class SimpleApplication
          SimpleApplication extends the Application class to provide default functionality like a first-person camera, and an accessible root node that is updated and rendered regularly.
 

com.jme3.system での SystemListener の使用
 

SystemListener 型のパラメータを持つ com.jme3.system のメソッド
 void JmeContext.setSystemListener(SystemListener listener)
          Sets the listener that will receive events relating to context creation, update, and destroy.
 void NullContext.setSystemListener(SystemListener listener)
           
 

jme3tools.optimize での SystemListener の使用
 

SystemListener を実装している jme3tools.optimize のクラス
 class TestOctree