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 classSFSBuddyEventParam -
Uses of ISFSEventParam in com.smartfoxserver.v2.core
Classes in com.smartfoxserver.v2.core that implement ISFSEventParam Modifier and Type Class Description classSFSEventParamMethods in com.smartfoxserver.v2.core with parameters of type ISFSEventParam Modifier and Type Method Description java.lang.ObjectISFSEvent. getParameter(ISFSEventParam id)Get a parameter from the event objectjava.lang.ObjectSFSEvent. 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)
-