Package 

Interface IUserStateObserver


  • 
    public interface IUserStateObserver
    
                        

    A user state changed observer. Implement this interface and provide the implementation to be notified when the user state has changed.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onUserStateChange(UserChangedState state) Called when the user state this change handler was added to, has changed.
      • Methods inherited from class java.lang.Object

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

      • onUserStateChange

         abstract Unit onUserStateChange(UserChangedState state)

        Called when the user state this change handler was added to, has changed. A user state can change when user has logged in or out

        Parameters:
        state - The user changed state.