An interface which corresponds to a part of the framework that knows how
to deal with the framework's TestData. It may directly deal with
the data, or pass it off to a remote server.
author: Matt Albrecht groboclown@users.sourceforge.net since: March 17, 2002 version: $Date: 2003/02/10 22:52:13 $
Method Summary
public void
addTestData(TestData td) Receives td from a Monitor and handles it in an implementation
specific manner.
Parameters: td - the data to deal with.