com.bea.wlevs.spring.support
Class ContextSuspendedEvent

java.lang.Object
  |
  +--ApplicationContextEvent
        |
        +--com.bea.wlevs.spring.support.ContextSuspendedEvent

public class ContextSuspendedEvent
extends ApplicationContextEvent

Event delivered when an application is suspended


Constructor Summary
ContextSuspendedEvent(ApplicationContext source)
          Create a new ApplicationEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextSuspendedEvent

public ContextSuspendedEvent(ApplicationContext source)
Create a new ApplicationEvent.

Parameters:
source - the component that published the event (never null)


Copyright © 2007 BEA Systems All Rights Reserved.