|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use iSectorCallback | |
crystalspace.jbind.impl.engine.sector | |
crystalspace.jbind.interfaces.iengine.sector |
Uses of iSectorCallback in crystalspace.jbind.impl.engine.sector |
Classes in crystalspace.jbind.impl.engine.sector that implement iSectorCallback | |
class |
csSectorCallback
|
Methods in crystalspace.jbind.impl.engine.sector that return iSectorCallback | |
iSectorCallback |
csSector.getSectorCallback(int idx)
|
Methods in crystalspace.jbind.impl.engine.sector with parameters of type iSectorCallback | |
void |
csSector.removeSectorCallback(iSectorCallback cb)
|
void |
csSector.setSectorCallback(iSectorCallback cb)
|
Uses of iSectorCallback in crystalspace.jbind.interfaces.iengine.sector |
Methods in crystalspace.jbind.interfaces.iengine.sector that return iSectorCallback | |
iSectorCallback |
iSector.getSectorCallback(int idx)
Get the specified sector callback. |
Methods in crystalspace.jbind.interfaces.iengine.sector with parameters of type iSectorCallback | |
void |
iSector.removeSectorCallback(iSectorCallback cb)
Remove a sector callback. |
void |
iSector.setSectorCallback(iSectorCallback cb)
Set the sector callback. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |