public class CMailbox
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
CMailbox() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
GetName() |
void |
run()
Implementing Runnable
This polls the mailbox for messages until told to shutdown.
|