Interface UserObserver
- All Known Implementing Classes:
CertificateDialog
,MessagesPanel
,OnlineUsersPanel
,StatusBarIcons
,UserDetailsPanel
public interface UserObserver
Definition of a generic observer on user's attributes.
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onUserChanged
(GUIUser user) Invoked when some changes on the user happensvoid
onUserLogin
(String username) void
onUserLogout
(String username)
-
Method Details
-
onUserChanged
Invoked when some changes on the user happens- Parameters:
user
- the user that has been changed
-
onUserLogin
-
onUserLogout
-