org.alfresco.repo.management.subsystems
Class PropertyBackedBeanEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PropertyBackedBeanRegisteredEvent, PropertyBackedBeanStartedEvent, PropertyBackedBeanStoppedEvent, PropertyBackedBeanUnregisteredEvent

public abstract class PropertyBackedBeanEvent
extends org.springframework.context.ApplicationEvent

A base class for events emitted by PropertyBackedBeans.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertyBackedBeanEvent(PropertyBackedBean source)
          The Constructor.
 
Method Summary
 java.util.List getSourceId()
          Gets the ID of the bean that emitted the event.
 
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

PropertyBackedBeanEvent

public PropertyBackedBeanEvent(PropertyBackedBean source)
The Constructor.

Parameters:
source - the source of the event
Method Detail

getSourceId

public java.util.List getSourceId()
Gets the ID of the bean that emitted the event.

Returns:
the ID


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