crystalspace.jbind.impl.engine.objwatch
Class csObjectWatcherListener
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.engine.objwatch.csObjectWatcherListener
- All Implemented Interfaces:
- iBase, iJPointer, iObjectWatcherListener, iPointer
- public class csObjectWatcherListener
- extends csBase
- implements iObjectWatcherListener
- Author:
- Quentin Anciaux
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
csObjectWatcherListener
public csObjectWatcherListener(iPointer nPointer)
- Parameters:
nPointer
-
getVersion
public int getVersion()
- Description copied from interface:
iBase
- Return the version of the interface
- Specified by:
getVersion
in interface iBase
- Specified by:
getVersion
in class csBase
- See Also:
iBase.getVersion()
getName
public java.lang.String getName()
- Description copied from interface:
iBase
- Return the name of the interface
- Specified by:
getName
in interface iBase
- Specified by:
getName
in class csBase
- See Also:
iBase.getName()
isNativePointerValidSafe
protected boolean isNativePointerValidSafe(long pointer)
- Specified by:
isNativePointerValidSafe
in class csNativeObject
- See Also:
csNativeObject.isNativePointerValidSafe(long)
objectChanged
public void objectChanged(int op,
iMovable movable,
iLight light)
- Description copied from interface:
iObjectWatcherListener
- A change has occured. You can use the operation to examine what kind of
change it is.
- Specified by:
objectChanged
in interface iObjectWatcherListener
- Parameters:
op
- movable
- light
- - See Also:
iObjectWatcherListener.objectChanged(int, crystalspace.jbind.interfaces.iengine.movable.iMovable, crystalspace.jbind.interfaces.iengine.light.iLight)