org.norther.tammi.spray.filter.chain
Class FilterChainEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.norther.tammi.spray.filter.chain.FilterChainEvent
All Implemented Interfaces:
Serializable

public class FilterChainEvent
extends EventObject

Events of this type are sent to an object that implements the FilterChainListener interface when it is filtered for the first time within a filter chain and after the filter chain completes.

Author:
Ilkka Priha
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FilterChainEvent(HttpFilterChain chain)
          Constructs a new event.
 
Method Summary
 HttpFilterChain getFilterChain()
          Gets the filter chain.
 
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

FilterChainEvent

public FilterChainEvent(HttpFilterChain chain)
Constructs a new event.

Parameters:
chain - the filter chain.
Method Detail

getFilterChain

public HttpFilterChain getFilterChain()
Gets the filter chain.

Returns:
the filter chain.


Copyright © 2004 The Norther Organization. All rights reserved.