Class
Java
ZingObject
package com.zingworkshop.engine
Members
public ZingObject()
Create a null Zing object reference.
public boolean isNull()
Returns true if this is a null Zing object reference.
public Object call(String name, Object... args)
Call a method on a Zing object reference.
public void destroy()
Disposes of this Zing object reference and releases any system resources that it is using. The ZingObject instance will become a null object reference after destroy is called.