Class ShutdownEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.SystemEvent<Void>
overit.geocall.basic.bl.container.event.ShutdownEvent

public class ShutdownEvent extends SystemEvent<Void>
Event that will be called on the context startup
  • Field Details

  • Constructor Details

    • ShutdownEvent

      public ShutdownEvent(ServletContextEvent context)
      Create a new system event that will be called on the context shutdown
      Parameters:
      context - the servlet context event
  • Method Details

    • getContext

      public ServletContextEvent getContext()
      Returns the servlet context's instance
      Returns:
      the servlet context's instance