Class UserRemovedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.core.security.event.AbstractUserInvalidationEvent
io.jmix.core.security.event.UserRemovedEvent
All Implemented Interfaces:
Serializable

public class UserRemovedEvent extends AbstractUserInvalidationEvent
This event is used to notify listeners about user invalidation: when the user has been removed.
See Also:
  • Constructor Details

    • UserRemovedEvent

      public UserRemovedEvent(String username)