Class ShutdownEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ShutdownEvent
    extends BeanContextEvent
    An event fired prior to starting shutdown sequence.
    Since:
    1.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ShutdownEvent​(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

      • ShutdownEvent

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