org.apache.cocoon.sitemap
Class SitemapEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.apache.cocoon.sitemap.SitemapEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EnterSitemapEvent, LeaveSitemapEvent

public abstract class SitemapEvent
extends EventObject

Base interface for all sitemap events.

Since:
2.2
Version:
$Id: SitemapEvent.html 1304280 2012-03-23 11:18:01Z ilgrosso $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SitemapEvent(Processor source, org.apache.cocoon.environment.Environment env)
           
 
Method Summary
 org.apache.cocoon.environment.Environment getEnvironment()
           
 Processor getSourceProcessor()
           
 
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

SitemapEvent

public SitemapEvent(Processor source,
                    org.apache.cocoon.environment.Environment env)
Parameters:
source - The current processor (sitemap)
env - The environment describing the current request
Method Detail

getSourceProcessor

public Processor getSourceProcessor()

getEnvironment

public org.apache.cocoon.environment.Environment getEnvironment()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.