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

Packages that use PreResultListener
com.opensymphony.xwork   
com.opensymphony.xwork.interceptor   
 

Uses of PreResultListener in com.opensymphony.xwork
 

Methods in com.opensymphony.xwork with parameters of type PreResultListener
 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.
 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.
 

Uses of PreResultListener in com.opensymphony.xwork.interceptor
 

Classes in com.opensymphony.xwork.interceptor that implement PreResultListener
 class AbstractLifecycleInterceptor
          AbstractLifecycleInterceptor
 


XWork Project Page