Uses of Interface
com.smartfoxserver.v2.core.ISFSEventParam
-
Packages that use ISFSEventParam Package Description com.smartfoxserver.v2.buddylist com.smartfoxserver.v2.core -
-
Uses of ISFSEventParam in com.smartfoxserver.v2.buddylist
Classes in com.smartfoxserver.v2.buddylist that implement ISFSEventParam Modifier and Type Class Description class
SFSBuddyEventParam
-
Uses of ISFSEventParam in com.smartfoxserver.v2.core
Classes in com.smartfoxserver.v2.core that implement ISFSEventParam Modifier and Type Class Description class
SFSEventParam
Methods in com.smartfoxserver.v2.core with parameters of type ISFSEventParam Modifier and Type Method Description java.lang.Object
ISFSEvent. getParameter(ISFSEventParam id)
Get a parameter from the event objectjava.lang.Object
SFSEvent. getParameter(ISFSEventParam id)
Get a parameter from the event objectConstructor parameters in com.smartfoxserver.v2.core with type arguments of type ISFSEventParam Constructor Description SFSEvent(SFSEventType type, java.util.Map<ISFSEventParam,java.lang.Object> params)
-