org.kaiwitte.workbench.ui.controller
Interface RecordReceiver

All Known Implementing Classes:
NewRecordPanel

public interface RecordReceiver

An interface to indicate that a Record can be received by the implementing class.


Method Summary
 void receiveRecord(Record r)
          Triggers the receival.
 

Method Detail

receiveRecord

void receiveRecord(Record r)
Triggers the receival.

Parameters:
r - the record to be received