Class StartupEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class StartupEvent
    extends BeanContextEvent
    An event fired once startup is complete.
    Since:
    1.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      StartupEvent​(BeanContext beanContext)
      Constructs a prototypical Event.
    • Method Summary

      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StartupEvent

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