Package jmri
Interface PermissionManager.LoginListener
- Enclosing interface:
- PermissionManager
public static interface PermissionManager.LoginListener
Listener for when the JMRI user login and logout.
-
Method Summary
Modifier and TypeMethodDescriptionvoidloginLogout(boolean isLogin) The JMRI user has either logged in or logged out.
-
Method Details
-
loginLogout
The JMRI user has either logged in or logged out.- Parameters:
isLogin- true if the user has logged in, false otherwise.
-