crystalspace.jbind.interfaces.igeom.objmodel
Interface iObjectModelListener

All Superinterfaces:
iJPointer
All Known Implementing Classes:
csObjectModelListener

public interface iObjectModelListener
extends iJPointer

Implement this class if you're interested in hearing about when the object model changes.

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

Method Summary
 void objectModelChanged(iObjectModel model)
          The object model has changed.
 

Method Detail

objectModelChanged

public void objectModelChanged(iObjectModel model)
The object model has changed. Implemented in csVisibilityObjectWrapper, and csFrustVisObjectWrapper

Parameters:
model -