Uses of Interface
com.opensymphony.xwork.interceptor.PreResultListener

Packages that use PreResultListener
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
com.opensymphony.xwork   
com.opensymphony.xwork.interceptor   
com.opensymphony.xwork.mock   
 

Uses of PreResultListener in com.opensymphony.webwork.interceptor
 

Classes in com.opensymphony.webwork.interceptor that implement PreResultListener
 class ScopeInterceptor
          This is designed to solve a few simple issues related to wizard-like functionality in WebWork.
 

Uses of PreResultListener in com.opensymphony.xwork
 

Methods in com.opensymphony.xwork with parameters of type PreResultListener
 void DefaultActionInvocation.addPreResultListener(PreResultListener listener)
          Register a com.opensymphony.xwork.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
 void ActionInvocation.addPreResultListener(PreResultListener listener)
          Register a com.opensymphony.xwork.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
 

Uses of PreResultListener in com.opensymphony.xwork.interceptor
 

Classes in com.opensymphony.xwork.interceptor that implement PreResultListener
 class AbstractLifecycleInterceptor
          AbstractLifecycleInterceptor is a convenience interceptor that is like an
 

Uses of PreResultListener in com.opensymphony.xwork.mock
 

Methods in com.opensymphony.xwork.mock with parameters of type PreResultListener
 void MockActionInvocation.addPreResultListener(PreResultListener listener)
           
 


WebWork Project Page