Uses of Interface
crystalspace.jbind.interfaces.iengine.light.iLightCallback

Packages that use iLightCallback
crystalspace.jbind.impl.engine.light   
crystalspace.jbind.interfaces.iengine.light   
 

Uses of iLightCallback in crystalspace.jbind.impl.engine.light
 

Classes in crystalspace.jbind.impl.engine.light that implement iLightCallback
 class csLightCallback
           
 

Methods in crystalspace.jbind.impl.engine.light that return iLightCallback
 iLightCallback csLight.getLightCallback(int idx)
           
 

Methods in crystalspace.jbind.impl.engine.light with parameters of type iLightCallback
 void csLight.removeLightCallback(iLightCallback cb)
           
 void csLight.setLightCallback(iLightCallback cb)
           
 

Uses of iLightCallback in crystalspace.jbind.interfaces.iengine.light
 

Methods in crystalspace.jbind.interfaces.iengine.light that return iLightCallback
 iLightCallback iLight.getLightCallback(int idx)
          Get the specified light callback.
 

Methods in crystalspace.jbind.interfaces.iengine.light with parameters of type iLightCallback
 void iLight.removeLightCallback(iLightCallback cb)
          Remove a light callback.
 void iLight.setLightCallback(iLightCallback cb)
          Set the light callback.