Uses of Class
it.gotoandplay.smartfoxclient.SFSEvent

Packages that use SFSEvent
it.gotoandplay.smartfoxclient   
it.gotoandplay.smartfoxclient.http   
 

Uses of SFSEvent in it.gotoandplay.smartfoxclient
 

Methods in it.gotoandplay.smartfoxclient with parameters of type SFSEvent
 void SFSEventDispatcher.dispatchEvent(SFSEvent eventObject)
           
 void ISFSEventListener.handleEvent(SFSEvent event)
          Handles SmartFoxServer event.
 void SmartFoxClient.handleEvent(SFSEvent event)
           
 

Uses of SFSEvent in it.gotoandplay.smartfoxclient.http
 

Subclasses of SFSEvent in it.gotoandplay.smartfoxclient.http
 class HttpEvent