Uses of Class
sfs2x.client.core.BaseEvent
-
Packages that use BaseEvent Package Description sfs2x.client sfs2x.client.core -
-
Uses of BaseEvent in sfs2x.client
Methods in sfs2x.client with parameters of type BaseEvent Modifier and Type Method Description voidISmartFox. dispatchEvent(BaseEvent event)voidSmartFox. dispatchEvent(BaseEvent evt)* API internal usage only *voidISmartFox. handleHandShake(BaseEvent event)voidSmartFox. handleHandShake(BaseEvent evt)* API internal usage only *voidISmartFox. handleLogin(BaseEvent event)voidSmartFox. handleLogin(BaseEvent evt)* API internal usage only * -
Uses of BaseEvent in sfs2x.client.core
Subclasses of BaseEvent in sfs2x.client.core Modifier and Type Class Description classSFSBuddyEventSFSBuddyEvent is the class representing all the events related to the Buddy List system dispatched by the SmartFoxServer 2X Java client API.classSFSEventSFSEvent is the class representing most of the events dispatched by the SmartFoxServer 2X Java client API.Methods in sfs2x.client.core that return BaseEvent Modifier and Type Method Description BaseEventBaseEvent. clone()* API internal usage only *Methods in sfs2x.client.core with parameters of type BaseEvent Modifier and Type Method Description voidIEventListener. dispatch(BaseEvent evt)The method is invoked when the Event is dispatched.
-