crystalspace.jbind.interfaces.iutil.plugin
Interface iPluginIterator

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

public interface iPluginIterator
extends iBase

An iterator to iterate over all plugins in the plugin manager.

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

Method Summary
 boolean hasNext()
          Are there more elements?
 iBase next()
          Get next element.
 
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

hasNext

public boolean hasNext()
Are there more elements?

Returns:

next

public iBase next()
Get next element.

Returns: