Uses of Interface
com.opensymphony.xwork2.ActionEventListener
Packages that use ActionEventListener
Package
Description
Main XWork interfaces and classes.
XWork specific mock classes.
-
Uses of ActionEventListener in com.opensymphony.xwork2
Fields in com.opensymphony.xwork2 declared as ActionEventListenerModifier and TypeFieldDescriptionprotected ActionEventListener
DefaultActionInvocation.actionEventListener
protected ActionEventListener
DefaultActionProxy.actionEventListener
Methods in com.opensymphony.xwork2 with parameters of type ActionEventListenerModifier and TypeMethodDescriptionvoid
ActionInvocation.setActionEventListener
(ActionEventListener listener) Sets the action event listener to respond to key action events.void
DefaultActionInvocation.setActionEventListener
(ActionEventListener listener) void
DefaultActionProxy.setActionEventListener
(ActionEventListener listener) -
Uses of ActionEventListener in com.opensymphony.xwork2.mock
Methods in com.opensymphony.xwork2.mock that return ActionEventListenerMethods in com.opensymphony.xwork2.mock with parameters of type ActionEventListenerModifier and TypeMethodDescriptionvoid
MockActionInvocation.setActionEventListener
(ActionEventListener listener)