Package io.micronaut.context.event
Class ApplicationEvent
- java.lang.Object
-
- java.util.EventObject
-
- io.micronaut.context.event.ApplicationEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BeanContextEvent
public class ApplicationEvent extends java.util.EventObject
AnApplicationEvent
is a user specified event object.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationEvent(java.lang.Object source)
Constructs a prototypical Event.
-