org.riotfamily.common.web.event
Class ContentChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.riotfamily.common.web.event.ContentChangedEvent
All Implemented Interfaces:
Serializable

public class ContentChangedEvent
extends ApplicationEvent

Since:
6.4
Author:
Felix Gnass [fgnass at neteye dot de]
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContentChangedEvent(Object source, String url)
           
 
Method Summary
 String getUrl()
           
 
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

ContentChangedEvent

public ContentChangedEvent(Object source,
                           String url)
Method Detail

getUrl

public String getUrl()