Class StartupEvent

All Implemented Interfaces:
Serializable

public class StartupEvent extends BeanContextEvent
An event fired once startup is complete.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • StartupEvent

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