crystalspace.jbind.interfaces.iutil.comp
Interface iComponent

All Superinterfaces:
iJPointer
All Known Implementing Classes:
csComponent

public interface iComponent
extends iJPointer

This interface describes a generic component in Crystal Space.

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

Method Summary
 boolean initialize(iObjectRegistry object_reg)
          Initialize the component, and return success status.
 

Method Detail

initialize

public boolean initialize(iObjectRegistry object_reg)
Initialize the component, and return success status. Implemented in csEngine::eiComponent, csMeshType::eiComponent, csApp::csAppPlugin, awsSinkManager::eiComponent, csBugPlug, csBaseTextureLoader, csTextSyntaxService::eiComponent, csLinuxJoystick, csWindowsJoystick, csBezierMeshObjectType::eiComponent, csParticlesPhysicsSimple::eiComponent, csThingObjectType::eiComponent, csMovieRecorder, and csEffectServer.

Parameters:
object_reg -
Returns: