info.magnolia.module.blossom.context
Class ObservedBeanReloadedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by info.magnolia.module.blossom.context.ObservedBeanReloadedEvent
All Implemented Interfaces:
Serializable

public class ObservedBeanReloadedEvent
extends org.springframework.context.ApplicationEvent

Event sent when an observed bean has been reloaded to reflect changes in repository. The source of the event is the ApplicationContext to which the bean belongs.

Since:
1.2
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ObservedBeanReloadedEvent(Object source, Object bean, String beanName, String workspace, String path)
           
 
Method Summary
 Object getBean()
           
 String getBeanName()
           
 String getPath()
           
 String getRepository()
          Deprecated. 
 String getWorkspace()
           
 
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

ObservedBeanReloadedEvent

public ObservedBeanReloadedEvent(Object source,
                                 Object bean,
                                 String beanName,
                                 String workspace,
                                 String path)
Method Detail

getBeanName

public String getBeanName()

getBean

public Object getBean()

getWorkspace

public String getWorkspace()

getRepository

@Deprecated
public String getRepository()
Deprecated. 


getPath

public String getPath()


Copyright © 2009-2012 Magnolia International Ltd.. All Rights Reserved.