Class ActorCreatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
de.gustavblass.fsu.fmi.roombooking.events.LocalisedEvent
de.gustavblass.fsu.fmi.roombooking.events.ActorCreatedEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnconfirmedRegistrationEvent

public class ActorCreatedEvent extends LocalisedEvent
Signals that a new actor was added to the system.
See Also:
  • Field Details

    • actor

      @NonNull private final @NonNull Actor actor
      The user that was newly saved to the database.
  • Constructor Details

  • Method Details