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 Details

    • onUserChanged

      void onUserChanged(GUIUser user)
      Invoked when some changes on the user happens
      Parameters:
      user - the user that has been changed
    • onUserLogin

      void onUserLogin(String username)
    • onUserLogout

      void onUserLogout(String username)