ConnectionSetProxy.java
457 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.xfa.connectionset.proxies;
import com.adobe.xfa.Element;
import com.adobe.xfa.connectionset.ConnectionSetModel;
public abstract class ConnectionSetProxy {
public ConnectionSetModel moOwner;
public abstract ConnectionSetProxy clone();
public abstract boolean execute(Element var1, boolean var2);
public boolean handlesConnection(int eConnectionTag) {
return false;
}
}