/* * Decompiled with CFR 0.152. * * Could not load the following classes: * com.tridium.space.BGateway * javax.baja.agent.BIAgent * javax.baja.space.BSpace * javax.baja.sys.Sys * javax.baja.sys.Type */ package com.tridium.fox.sys; import com.tridium.space.BGateway; import javax.baja.agent.BIAgent; import javax.baja.space.BSpace; import javax.baja.sys.Sys; import javax.baja.sys.Type; public interface BIFoxGatewayProxyFactory extends BIAgent { public static final Type TYPE; public BSpace makeFoxGatewayProxySpace(BGateway var1); static { Class clazz = 1.class$com$tridium$fox$sys$BIFoxGatewayProxyFactory; if (clazz == null) { clazz = 1.class$com$tridium$fox$sys$BIFoxGatewayProxyFactory = 1.class("[Lcom.tridium.fox.sys.BIFoxGatewayProxyFactory;", false); } TYPE = Sys.loadType((Class)clazz); } }