Class OnRegistrationCompleteEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.xbricks.heimdall.event.OnRegistrationCompleteEvent
All Implemented Interfaces:
Serializable

public class OnRegistrationCompleteEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Constructor Details

    • OnRegistrationCompleteEvent

      public OnRegistrationCompleteEvent(users user, Locale locale, String appUrl)
  • Method Details

    • getAppUrl

      public String getAppUrl()
    • getLocale

      public Locale getLocale()
    • getUser

      public users getUser()