An interface to indicate that a org.kaiwitte.workbench.data.Record
can be received by the
implementing class.
public interface RecordReceiver {public void receiveRecord(Record r);
}
Inheritance Path. org.kaiwitte.workbench.ui.controller.RecordReceiver