Class LoginEvent

java.lang.Object
de.xima.fc.gui.common.event.LoginEvent
All Implemented Interfaces:
IApplicationEvent, ISessionEvent, IEvent, Serializable

@Deprecated public class LoginEvent extends Object implements ISessionEvent
Deprecated.
since version 8.0.0 login events are no longer fired.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • LoginEvent

      public LoginEvent(Benutzer user, LoginModel login)
      Deprecated.
      Parameters:
      user - the Benutzer which logged in
      login - the LoginModel of the login
    • LoginEvent

      public LoginEvent(Benutzer user, LoginModel login, Long processId)
      Deprecated.
      Parameters:
      user - the Benutzer which logged in
      login - the LoginModel of the login
      processId - the if of the process
  • Method Details

    • getUser

      public Benutzer getUser()
      Deprecated.
      Returns:
      the user
    • setUser

      public void setUser(Benutzer user)
      Deprecated.
      Parameters:
      user - the user to set
    • getLogin

      public LoginModel getLogin()
      Deprecated.
      Returns:
      the login
    • setLogin

      public void setLogin(LoginModel login)
      Deprecated.
      Parameters:
      login - the login to set
    • getProcessId

      public Long getProcessId()
      Deprecated.
      Returns:
      the processId
    • setProcessId

      public void setProcessId(Long processId)
      Deprecated.
      Parameters:
      processId - the processId to set