Uses of Interface
no.polaric.core.httpd.WebServer.UserLogin
Packages that use WebServer.UserLogin
-
Uses of WebServer.UserLogin in no.polaric.core.httpd
Methods in no.polaric.core.httpd with parameters of type WebServer.UserLoginModifier and TypeMethodDescriptionvoidWebServer.onLogin(WebServer.UserLogin not) Register a handler-function to be called when user logs on to the system.voidWebServer.onLogout(WebServer.UserLogin not) Register a handler-function to be called when user logs off the system.