Uses of Interface
crystalspace.jbind.interfaces.iengine.objwatch.iObjectWatcher

Packages that use iObjectWatcher
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.objwatch   
crystalspace.jbind.interfaces.iengine.engine   
 

Uses of iObjectWatcher in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine that return iObjectWatcher
 iObjectWatcher csEngine.createObjectWatcher()
           
 

Uses of iObjectWatcher in crystalspace.jbind.impl.engine.objwatch
 

Classes in crystalspace.jbind.impl.engine.objwatch that implement iObjectWatcher
 class csObjectWatcher
           
 

Uses of iObjectWatcher in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine that return iObjectWatcher
 iObjectWatcher iEngine.createObjectWatcher()
          Create an object watcher instance that you can use to watch other objects.