Class ApplicationEvent

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

public class ApplicationEvent extends EventObject
An ApplicationEvent is a user specified event object.
Since:
1.0
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.