Class RecvApp

java.lang.Object
  |
  +--RecvApp

public class RecvApp
extends java.lang.Object

Defines the behavior of the ReceiveMail application


Constructor Summary
RecvApp()
          Default constructor
 
Method Summary
 void recvMessage()
          Prints out the received message from the Link on System.out
REQUIRES:
MODIFIES: System.out
EFFECTS: Prints out the message and message-related information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecvApp

public RecvApp()
Default constructor
Method Detail

recvMessage

public void recvMessage()
Prints out the received message from the Link on System.out
REQUIRES:
MODIFIES: System.out
EFFECTS: Prints out the message and message-related information