Class SessionDeletedEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
All Implemented Interfaces:
Serializable

public class SessionDeletedEvent extends SessionDestroyedEvent
Fired when an Session is deleted.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • SessionDeletedEvent

      public SessionDeletedEvent(Session source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.