Uses of Interface
crystalspace.jbind.interfaces.iengine.portal.iPortalCallback

Packages that use iPortalCallback
crystalspace.jbind.impl.engine.portal   
crystalspace.jbind.interfaces.iengine.portal   
 

Uses of iPortalCallback in crystalspace.jbind.impl.engine.portal
 

Classes in crystalspace.jbind.impl.engine.portal that implement iPortalCallback
 class csPortalCallback
           
 

Methods in crystalspace.jbind.impl.engine.portal that return iPortalCallback
 iPortalCallback csPortal.getMissingSectorCallback(int idx)
           
 iPortalCallback csPortal.getPortalCallback(int idx)
           
 

Methods in crystalspace.jbind.impl.engine.portal with parameters of type iPortalCallback
 void csPortal.removeMissingSectorCallback(iPortalCallback cb)
           
 void csPortal.removePortalCallback(iPortalCallback cb)
           
 void csPortal.setMissingSectorCallback(iPortalCallback cb)
           
 void csPortal.setPortalCallback(iPortalCallback cb)
           
 

Uses of iPortalCallback in crystalspace.jbind.interfaces.iengine.portal
 

Methods in crystalspace.jbind.interfaces.iengine.portal that return iPortalCallback
 iPortalCallback iPortal.getMissingSectorCallback(int idx)
          Get the specified missing sector callback.
 iPortalCallback iPortal.getPortalCallback(int idx)
          Get the specified portal callback.Implemented in csPortal.
 

Methods in crystalspace.jbind.interfaces.iengine.portal with parameters of type iPortalCallback
 void iPortal.removeMissingSectorCallback(iPortalCallback cb)
          Remove a missing sector callback.Implemented in csPortal.
 void iPortal.removePortalCallback(iPortalCallback cb)
          Remove a portal callback.Implemented in csPortal.
 void iPortal.setMissingSectorCallback(iPortalCallback cb)
          Set the missing sector callback.
 void iPortal.setPortalCallback(iPortalCallback cb)
          Set the portal callback.