Interface AppointmentBookDumper<T extends AbstractAppointmentBook>

All Known Implementing Classes:
TextDumper

This interface allows the contents of an appointment book to be dumped to some destination.
Since:
Fall 2000
Version:
$Revision: 1.2 $
Author:
David Whitlock
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dump(T book)
    Dumps an appointment book to some destination.
  • Method Details

    • dump

      void dump(T book) throws IOException
      Dumps an appointment book to some destination.
      Parameters:
      book - The appointment book whose contents are to be dumped
      Throws:
      IOException - Something went wrong while dumping the appointment book