edu.pdx.cs399J
Interface AppointmentBookDumper


public interface AppointmentBookDumper

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
 void dump(AbstractAppointmentBook book)
          Dumps an appointment book to some destination.
 

Method Detail

dump

void dump(AbstractAppointmentBook 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


Copyright © 2000-2009 Portland State University. All Rights Reserved.