Uses of Class
edu.pdx.cs410J.AbstractAppointmentBook
Package
Description
This package contains classes and interfaces used in the projects
for CS410J: Programming with Java.
Contains the application classes for the CS410J Appointment Book project.
-
Uses of AbstractAppointmentBook in edu.pdx.cs410J
Modifier and TypeInterfaceDescriptioninterface
AppointmentBookDumper<T extends AbstractAppointmentBook>
This interface allows the contents of an appointment book to be dumped to some destination.interface
AppointmentBookParser<T extends AbstractAppointmentBook>
This interface is to be implemented by classes that read some source and from it create an appointment book. -
Uses of AbstractAppointmentBook in edu.pdx.cs410J.apptbook