crystalspace.jbind.interfaces.iengine.movable
Interface iMovableListener

All Superinterfaces:
iJPointer
All Known Implementing Classes:
csMovableListener

public interface iMovableListener
extends iJPointer

Implement this class if you're interested in hearing about movable changes.

Author:
java wrapper - Quentin Anciaux, original C++ version : http://crystal.sourceforge.net/docs/online/pubapi/structiMovableListener.php

Method Summary
 void movableChanged(iMovable movable)
          The movable has changed.
 void movableDestroyed(iMovable movable)
          The movable is about to be destroyed.
 

Method Detail

movableChanged

public void movableChanged(iMovable movable)
The movable has changed. This is called whenever something does UpdateMove() on the movable.

Parameters:
movable -

movableDestroyed

public void movableDestroyed(iMovable movable)
The movable is about to be destroyed.

Parameters:
movable -