Package edu.pdx.cs410J
Interface PhoneBillDumper<T extends AbstractPhoneBill>
- All Known Implementing Classes:
TextDumper
public interface PhoneBillDumper<T extends AbstractPhoneBill>
Classes that implement this interface dump the contents of a phone
bill to some destination.
- Since:
- Spring 2001
- Version:
- $Revision: 1.3 $
- Author:
- David Whitlock
-
Method Summary
-
Method Details
-
dump
Dumps a phone bill to some destination.- Throws:
IOException
-