org.lobobrowser.js

Class JavaConstructorObject.SimpleInstantiator

Enclosing Class:
JavaConstructorObject
Implemented Interfaces:
JavaInstantiator

public static class JavaConstructorObject.SimpleInstantiator
extends java.lang.Object
implements JavaInstantiator

Constructor Summary

SimpleInstantiator(JavaClassWrapper classWrapper)

Method Summary

Object
newInstance()

Constructor Details

SimpleInstantiator

public SimpleInstantiator(JavaClassWrapper classWrapper)

Method Details

newInstance

public Object newInstance()
            throws InstantiationException,
                   IllegalAccessException
Specified by:
newInstance in interface JavaInstantiator