airline
Interface UserSession

All Known Implementing Classes:
AdministratorSession, CustomerSession

public interface UserSession

An encapsulation of the high-level flow of control for a user's session with an AirlineSystem.

Author:
Michael Goldwasser

Method Summary
 void mainDialog()
          The main menu is first presented to a user immediately after logging in.
 

Method Detail

mainDialog

void mainDialog()
The main menu is first presented to a user immediately after logging in. The precise options in the menu may depend upon the user's role (e.g., Customer vs. Administrator)