Uses of Interface
org.apache.struts2.ActionEventListener
Packages that use ActionEventListener
Package
Description
Main XWork interfaces and classes.
XWork specific mock classes.
-
Uses of ActionEventListener in org.apache.struts2
Fields in org.apache.struts2 declared as ActionEventListenerModifier and TypeFieldDescriptionprotected ActionEventListener
DefaultActionInvocation.actionEventListener
protected ActionEventListener
DefaultActionProxy.actionEventListener
Methods in org.apache.struts2 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 org.apache.struts2.mock
Methods in org.apache.struts2.mock that return ActionEventListenerMethods in org.apache.struts2.mock with parameters of type ActionEventListenerModifier and TypeMethodDescriptionvoid
MockActionInvocation.setActionEventListener
(ActionEventListener listener)