PreResultListener
instead.@Deprecated public interface PreResultListener extends PreResultListener
Modifier and Type | Interface and Description |
---|---|
static class |
PreResultListener.LegacyAdapter
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PreResultListener |
adapt(PreResultListener actualListener)
Deprecated.
|
default void |
beforeResult(ActionInvocation invocation,
String resultCode)
Deprecated.
|
void |
beforeResult(ActionInvocation invocation,
String resultCode)
Deprecated.
|
default void beforeResult(ActionInvocation invocation, String resultCode)
PreResultListener
beforeResult
in interface PreResultListener
invocation
- the action invocationresultCode
- the result code returned by the action (eg. success
).void beforeResult(ActionInvocation invocation, String resultCode)
static PreResultListener adapt(PreResultListener actualListener)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.