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

Packages that use PreResultListener
com.opensymphony.xwork2   
com.opensymphony.xwork2.mock   
 

Uses of PreResultListener in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with parameters of type PreResultListener
 void ActionInvocation.addPreResultListener(PreResultListener listener)
          Register a com.opensymphony.xwork2.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.xwork2.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
 

Uses of PreResultListener in com.opensymphony.xwork2.mock
 

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



Copyright © 2006 OpenSymphony. All Rights Reserved.