Class RegistrationUserEventListener

  • All Implemented Interfaces:
    ResourceEventListener<UserEvent>

    @Bean
    @Singleton
    public class RegistrationUserEventListener
    extends CDIResourceEventListener<UserEvent>
    A listener of events about a given user account in Silverpeas.

    It is in charge of performing some operations linked to user registration on user administration events.

    Author:
    silveryocha
    • Constructor Detail

      • RegistrationUserEventListener

        public RegistrationUserEventListener()
    • Method Detail

      • onCreation

        public void onCreation​(UserEvent event)
        Description copied from interface: ResourceEventListener
        An event on the creation of a resource has be listened. By default, this method does nothing.
        Parameters:
        event - the event on the creation of a resource.