FTP-Server API

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


Field Summary
 
Fields inherited from interface server.event.UserSessionObserver
USER_AUTO_BANNED, USER_BANNED, USER_KICKED, USER_KICKED_DUE_TO_SERVER_STOP, USER_NORMAL_END, USER_ONLINE, USER_TIMEOUT
 
Constructor Summary
Main.SessionObserver()
           
 
Method Summary
 void userLogedIn(UserSession userSession)
          When the user logs in, this method is called.
 
Methods inherited from class server.event.UserSessionObserverAdapter
bytesTransmitted, commandUpdate, fileTransferEnded, fileTransferStarted, serverResponse, userDisconnected, userLogedOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.SessionObserver

public Main.SessionObserver()
Method Detail

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..

FTP-Server API