graphic
Class Main.SessionObserver
java.lang.Object
|
+--server.event.UserSessionObserverAdapter
|
+--graphic.Main.SessionObserver
- All Implemented Interfaces:
- UserSessionObserver
- Enclosing class:
- Main
- public class Main.SessionObserver
- extends UserSessionObserverAdapter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main.SessionObserver
public Main.SessionObserver()
userLogedIn
public void userLogedIn(UserSession userSession)
- Description copied from interface:
UserSessionObserver
- When the user logs in, this method is called.
- Specified by:
userLogedIn
in interface UserSessionObserver
- Overrides:
userLogedIn
in class UserSessionObserverAdapter
- Parameters:
userSession
- The user that loged in..