Uses of Interface
com.smartfoxserver.v2.extensions.ISFSExtension
-
Packages that use ISFSExtension Package Description com.smartfoxserver.v2.components.login com.smartfoxserver.v2.entities com.smartfoxserver.v2.extensions -
-
Uses of ISFSExtension in com.smartfoxserver.v2.components.login
Constructors in com.smartfoxserver.v2.components.login with parameters of type ISFSExtension Constructor Description LoginAssistantComponent(ISFSExtension ext) -
Uses of ISFSExtension in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that return ISFSExtension Modifier and Type Method Description ISFSExtensionRoom. getExtension()Get the extension connected to this Room, if anyISFSExtensionSFSRoom. getExtension()Get the extension connected to this Room, if anyISFSExtensionSFSZone. getExtension()INTERNALISFSExtensionZone. getExtension()INTERNALMethods in com.smartfoxserver.v2.entities with parameters of type ISFSExtension Modifier and Type Method Description voidRoom. setExtension(ISFSExtension extension)voidSFSRoom. setExtension(ISFSExtension extension)voidSFSZone. setExtension(ISFSExtension extension)voidZone. setExtension(ISFSExtension extension)INTERNAL -
Uses of ISFSExtension in com.smartfoxserver.v2.extensions
Classes in com.smartfoxserver.v2.extensions that implement ISFSExtension Modifier and Type Class Description classBaseSFSExtensionOverviewclassSFSExtensionThe SFSExtension class provides an invocation mechanism that promotes clear separation between the main extension class and each request and event handlers.
-