org.glassfish.grizzly.filterchain
Interface FilterChainContext.CopyListener

Enclosing class:
FilterChainContext

public static interface FilterChainContext.CopyListener

The interface, which represents a listener, which will be notified, after FilterChainContext.copy() is called.

See Also:
FilterChainContext.addCopyListener(org.glassfish.grizzly.filterchain.FilterChainContext.CopyListener)

Method Summary
 void onCopy(FilterChainContext srcContext, FilterChainContext copiedContext)
          The method is called, when passed FilterChainContext is copied.
 

Method Detail

onCopy

void onCopy(FilterChainContext srcContext,
            FilterChainContext copiedContext)
The method is called, when passed FilterChainContext is copied.

Parameters:
srcContext - source Context
dstContext - copied Context


Copyright © 2012 Oracle Corporation. All Rights Reserved.