Class
Java
ZingModule
package com.zingworkshop.engine
Members
public ZingModule(Context context)
Construct a ZingModule.
public boolean load(String module)
Load a module.
public Object call(String name, Object... args)
Call a method on the home object in a module.
public void destroy()
Disposes of this Zing module and releases any system resources that it is using. The ZingModule instance will become a null module after destroy is called.