|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.script.ScriptedObjectEnumeration
public class ScriptedObjectEnumeration
Method Summary | |
---|---|
void |
addObject(ObjectInfo info)
This is called by the ScriptedObjectController every time a new object is created. |
void |
executionComplete()
This is called by the ScriptedObjectController once execution is complete. |
boolean |
hasMoreElements()
Determine whether there are more objects to enumerate. |
ObjectInfo |
nextElement()
Get the next ObjectInfo, or null if there are no more. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addObject(ObjectInfo info)
public void executionComplete()
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration<ObjectInfo>
public ObjectInfo nextElement()
nextElement
in interface java.util.Enumeration<ObjectInfo>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |