org.alfresco.repo.management.subsystems
Class PropertyBackedBeanStoppedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
              extended by org.alfresco.repo.management.subsystems.PropertyBackedBeanStoppedEvent
All Implemented Interfaces:
java.io.Serializable

public class PropertyBackedBeanStoppedEvent
extends PropertyBackedBeanEvent

An event emitted before a PropertyBackedBean is stopped.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertyBackedBeanStoppedEvent(PropertyBackedBean source)
          The Constructor.
 
Method Summary
 
Methods inherited from class org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
getSourceId
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyBackedBeanStoppedEvent

public PropertyBackedBeanStoppedEvent(PropertyBackedBean source)
The Constructor.

Parameters:
source - the source of the event


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.