package com.honeywell.field; import java.util.Map; public interface IStaticReferenceCallback { void makeStaticReferences(Map map); }