Class LogoutEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class LogoutEvent
    extends io.micronaut.context.event.ApplicationEvent
    Event triggered when the user logs out.
    Since:
    1.0
    Author:
    Sergio del Amo
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      LogoutEvent​(java.lang.Object source)
      Event triggered when the user logs out.
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LogoutEvent

        public LogoutEvent​(java.lang.Object source)
        Event triggered when the user logs out.
        Parameters:
        source - The Authentication of the user logging out.
        Throws:
        java.lang.IllegalArgumentException - if source is null.