crystalspace.jbind.interfaces.imap
Interface iLoaderStatus

All Superinterfaces:
iBase, iPointer
All Known Implementing Classes:
csLoaderStatus

public interface iLoaderStatus
extends iBase

An object to query about the status of the threaded loader.

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

Method Summary
 boolean isError()
          Check if there was an error during loading.
 boolean isReady()
          Check if the loader is ready.
 
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe
 
Methods inherited from interface crystalspace.jbind.interfaces.iPointer
changePointer, getPointer, isMemoryOwner, setMemoryOwner
 

Method Detail

isError

public boolean isError()
Check if there was an error during loading.

Returns:

isReady

public boolean isReady()
Check if the loader is ready.

Returns: