apps.twentyfourpoint
Class MessageHandler

java.lang.Object
  extended by apps.twentyfourpoint.MessageHandler
All Implemented Interfaces:
TableCommsApplicationListener

public class MessageHandler
extends java.lang.Object
implements TableCommsApplicationListener

The Class MessageHandler.


Constructor Summary
MessageHandler(TwentyFourPointApp twentyFourPoint)
          Instantiates a new message handler.
 
Method Summary
 void messageReceived(java.lang.Object obj)
          Message received.
 void tableDisconnected()
          Table disconnected.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageHandler

public MessageHandler(TwentyFourPointApp twentyFourPoint)
Instantiates a new message handler.

Parameters:
twentyFourPoint - the twenty four point
Method Detail

messageReceived

public void messageReceived(java.lang.Object obj)
Description copied from interface: TableCommsApplicationListener
Message received.

Specified by:
messageReceived in interface TableCommsApplicationListener
Parameters:
obj - the obj

tableDisconnected

public void tableDisconnected()
Description copied from interface: TableCommsApplicationListener
Table disconnected.

Specified by:
tableDisconnected in interface TableCommsApplicationListener