public class MessageLogic extends MessageEventSource implements java.io.Serializable
MessageEventSource.ChatEvent
Modifier and Type | Field and Description |
---|---|
(package private) Context |
appContext |
(package private) UDPCommunicator |
comm
This object handles the UDP communication between the client and the chat server
|
(package private) Logger |
log |
private Handler |
receiveHandler |
private Handler |
requestHandler |
private static long |
serialVersionUID |
eventListenerList
Constructor and Description |
---|
MessageLogic(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
initLogger() |
addMessageEventListener, removeMessageEventListener
private static final long serialVersionUID
Context appContext
private Handler requestHandler
private Handler receiveHandler
UDPCommunicator comm
Logger log