Uses of Interface
sfs2x.client.entities.managers.IUserManager
-
Packages that use IUserManager Package Description sfs2x.client sfs2x.client.entities sfs2x.client.entities.managers -
-
Uses of IUserManager in sfs2x.client
Methods in sfs2x.client that return IUserManager Modifier and Type Method Description IUserManagerISmartFox. getUserManager()IUserManagerSmartFox. getUserManager()Returns a reference to the User Manager. -
Uses of IUserManager in sfs2x.client.entities
Methods in sfs2x.client.entities that return IUserManager Modifier and Type Method Description IUserManagerSFSUser. getUserManager()IUserManagerUser. getUserManager()Returns a reference to the User Manager which manages this user.Methods in sfs2x.client.entities with parameters of type IUserManager Modifier and Type Method Description voidSFSUser. setUserManager(IUserManager userManager)* API internal usage only *voidUser. setUserManager(IUserManager userManager)* API internal usage only * -
Uses of IUserManager in sfs2x.client.entities.managers
Classes in sfs2x.client.entities.managers that implement IUserManager Modifier and Type Class Description classSFSUserManagerThe SFSUserManager class is the entity in charge of managing the local (client-side) users list.
-