Package edu.pdx.cs410J
Interface AppointmentBookDumper<T extends AbstractAppointmentBook>
- All Known Implementing Classes:
TextDumper
public interface AppointmentBookDumper<T extends AbstractAppointmentBook>
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
-
Method Details
-
dump
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
-