Package 

Interface IUser


  • 
    public interface IUser
    
                        

    Created by mikeshou on 15/8/31.

    • Method Summary

      Modifier and Type Method Description
      abstract User getUser() Get user information.
      abstract boolean saveUser(UserĀ user) Store User Information in cache.
      abstract boolean removeUser() Clean up user information.
      abstract boolean isLogin() Whether to login.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUser

         abstract User getUser()

        Get user information.

      • saveUser

         abstract boolean saveUser(UserĀ user)

        Store User Information in cache.

        Parameters:
        user - User information.
      • removeUser

         abstract boolean removeUser()

        Clean up user information.

      • isLogin

         abstract boolean isLogin()

        Whether to login.