courses.dsv2pvt.messageclasses
Class GetMail

java.lang.Object
  extended bycourses.dsv2pvt.messageclasses.Msg
      extended bycourses.dsv2pvt.messageclasses.GetMail
All Implemented Interfaces:
Serializable

public class GetMail
extends Msg

Simple message that instructs the server to return a UGotMail object containing the entire collection of unrecieved emails.

See Also:
Serialized Form

Constructor Summary
GetMail()
          Creates a GetMail message.
 
Methods inherited from class courses.dsv2pvt.messageclasses.Msg
getSender, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetMail

public GetMail()
Creates a GetMail message.