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 SummaryModifier and TypeMethodDescriptionvoidonUserChanged(GUIUser user) Invoked when some changes on the user happensvoidonUserLogin(String username) voidonUserLogout(String username) 
- 
Method Details- 
onUserChangedInvoked when some changes on the user happens- Parameters:
- user- the user that has been changed
 
- 
onUserLogin
- 
onUserLogout
 
-