crystalspace.jbind.interfaces.iengine.objwatch
Interface iObjectWatcherListener

All Superinterfaces:
iJPointer
All Known Implementing Classes:
csObjectWatcherListener

public interface iObjectWatcherListener
extends iJPointer

Implement this interface if you're interested in hearing about object watcher events.

Author:
Java wrapper - Quentin Anciaux, c++ version - http://crystal.sourceforge.net/docs/online/devapi/structiObjectWatcherListener.php

Method Summary
 void objectChanged(int op, iMovable movable, iLight light)
          A change has occured.
 

Method Detail

objectChanged

public void objectChanged(int op,
                          iMovable movable,
                          iLight light)
A change has occured. You can use the operation to examine what kind of change it is.

Parameters:
op -
movable -
light -