Class ApplicationEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractEmbeddedApplicationEvent, AbstractServiceInstanceEvent, BeanContextEvent, CircuitClosedEvent, CircuitOpenEvent, FileChangedEvent, HttpRequestReceivedEvent, HttpRequestTerminatedEvent, RefreshEvent, RetryEvent, WebSocketEvent

public class ApplicationEvent extends EventObject
An ApplicationEvent is a user specified event object.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • ApplicationEvent

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