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

    Modifier and Type
    Method
    Description
    void
    dump(T bill)
    Dumps a phone bill to some destination.