artofillusion.script
Class ScriptedObjectEnumeration

java.lang.Object
  extended by artofillusion.script.ScriptedObjectEnumeration
All Implemented Interfaces:
java.util.Enumeration<ObjectInfo>

public class ScriptedObjectEnumeration
extends java.lang.Object
implements java.util.Enumeration<ObjectInfo>


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

addObject

public void addObject(ObjectInfo info)
This is called by the ScriptedObjectController every time a new object is created.


executionComplete

public void executionComplete()
This is called by the ScriptedObjectController once execution is complete.


hasMoreElements

public boolean hasMoreElements()
Determine whether there are more objects to enumerate.

Specified by:
hasMoreElements in interface java.util.Enumeration<ObjectInfo>

nextElement

public ObjectInfo nextElement()
Get the next ObjectInfo, or null if there are no more.

Specified by:
nextElement in interface java.util.Enumeration<ObjectInfo>


Copyright © 1999-2011 by Peter Eastman.