net.sf.jame.twister.extensions.constructor
Class IntegerVector2DConstructorRuntime

java.lang.Object
  extended by net.sf.jame.core.config.RuntimeElement
      extended by net.sf.jame.core.extension.ExtensionRuntime
          extended by net.sf.jame.core.scripting.extension.ConstructorExtensionRuntime
              extended by net.sf.jame.twister.extensions.constructor.IntegerVector2DConstructorRuntime

public class IntegerVector2DConstructorRuntime
extends ConstructorExtensionRuntime

Author:
Andrea Medeghini

Constructor Summary
IntegerVector2DConstructorRuntime()
           
 
Method Summary
 java.lang.Object create(java.lang.Object... args)
           
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, dispose, finalize, fireChanged, isChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerVector2DConstructorRuntime

public IntegerVector2DConstructorRuntime()
Method Detail

create

public java.lang.Object create(java.lang.Object... args)
                        throws JSException
Specified by:
create in class ConstructorExtensionRuntime
Returns:
Throws:
JSException
See Also:
ConstructorExtensionRuntime.create(java.lang.Object[])