edu.pdx.cs399J
Interface AirlineDumper


public interface AirlineDumper

Classes that implement this interface dump the contents of an airline to some destination.

Since:
Fall 2001
Version:
$Revision: 1.3 $
Author:
David Whitlock

Method Summary
 void dump(AbstractAirline airline)
          Dumps an airline to some destination.
 

Method Detail

dump

void dump(AbstractAirline airline)
          throws IOException
Dumps an airline to some destination.

Parameters:
airline - The airline being written to a destination
Throws:
IOException - Something went wrong while writing the airline


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