ScriptHandlerIF.java 467 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.xfa.scripthandler.rhino;

import com.adobe.xfa.Obj;
import com.adobe.xfa.scripthandler.rhino.LiveComponent;
import com.adobe.xfa.scripthandler.rhino.LiveObject;
import com.adobe.xfa.scripthandler.rhino.RhinoScriptHandler;

public interface ScriptHandlerIF {
    public LiveObject newLiveObject(RhinoScriptHandler var1, Obj var2);

    public LiveComponent newLiveComponent(RhinoScriptHandler var1, Obj var2);
}