org.glassfish.grizzly.filterchain
Interface FilterChainContext.CompletionListener

Enclosing class:
FilterChainContext

public static interface FilterChainContext.CompletionListener

The interface, which represents a listener, which will be notified, once FilterChainContext processing is complete.

See Also:
FilterChainContext.addCompletionListener(org.glassfish.grizzly.filterchain.FilterChainContext.CompletionListener)

Method Summary
 void onComplete(FilterChainContext context)
          The method is called, when passed FilterChainContext processing is complete.
 

Method Detail

onComplete

void onComplete(FilterChainContext context)
The method is called, when passed FilterChainContext processing is complete.

Parameters:
context -


Copyright © 2011 Oracle Corpration. All Rights Reserved.