|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--server.FishMail
This is a class that will act as an e-mail for the fish. It will contain the author of the fish and will be added to when the fish does things like swim around and stuff
| Constructor Summary | |
FishMail(java.lang.String a)
Constructor for FishMail |
|
| Method Summary | |
void |
appendMessage(java.lang.String apnd)
this will add a message to the mail |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FishMail(java.lang.String a)
a - the e-mail of the author of the fish| Method Detail |
public void appendMessage(java.lang.String apnd)
apnd - the message to be appended
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||