PreResultListener instead.@Deprecated public interface PreResultListener extends PreResultListener
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | PreResultListener.LegacyAdapterDeprecated.  | 
| 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)
PreResultListenerbeforeResult in interface PreResultListenerinvocation - 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–2025 Apache Software Foundation. All rights reserved.