Class ShutdownEvent

All Implemented Interfaces:
Serializable

public class ShutdownEvent extends BeanContextEvent
An event fired prior to starting shutdown sequence.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • ShutdownEvent

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