Class BeanContextEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanEvent, ShutdownEvent, StartupEvent

public abstract class BeanContextEvent extends ApplicationEvent
A BeanContextEvent is an event fired from the BeanContext instance.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • BeanContextEvent

      public BeanContextEvent(BeanContext beanContext)
      Constructs a prototypical Event.
      Parameters:
      beanContext - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.
  • Method Details