package com.tridium.andoverInfinity.comm.req; import com.tridium.andoverInfinity.BInfinityNetwork; public interface RequiresNetworkAccess { void setNetwork(BInfinityNetwork bInfinityNetwork); }