Interface UserObserver
-
- All Known Implementing Classes:
MessagesPanel
,OnlineUsersPanel
,StatusBarIcons
public interface UserObserver
Definition of a generic observer on user's attributes.- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onUserChanged(GUIUser user)
Invoked when some changes on the user happensvoid
onUserLogin(String username)
void
onUserLogout(String username)
-