Class ContextPausedEvent

All Implemented Interfaces:
Serializable

public class ContextPausedEvent extends ContextStoppedEvent
Event raised when an ApplicationContext gets paused.

Note that ContextPausedEvent is a specialization of ContextStoppedEvent.

Since:
7.0
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • ContextPausedEvent

      public ContextPausedEvent(ApplicationContext source)
      Create a new ContextPausedEvent.
      Parameters:
      source - the ApplicationContext that has been paused (must not be null)