it.gotoandplay.smartfoxclient.handlers
Class ExtHandler

java.lang.Object
  extended by it.gotoandplay.smartfoxclient.handlers.ExtHandler
All Implemented Interfaces:
IMessageHandler

public class ExtHandler
extends java.lang.Object
implements IMessageHandler


Constructor Summary
ExtHandler(SmartFoxClient sfs)
           
 
Method Summary
 void handleMessage(java.lang.Object msgObj, java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtHandler

public ExtHandler(SmartFoxClient sfs)
Method Detail

handleMessage

public void handleMessage(java.lang.Object msgObj,
                          java.lang.String type)
Specified by:
handleMessage in interface IMessageHandler