package uc; // the callback interface that TacOrds will use public interface TacOrdMessageable { public void tacOrdOut( Object[] text ); }