Interface PhasedActionResultListener
-
- All Superinterfaces:
InternalProtocolInterface
- All Known Implementing Classes:
DefaultPhasedActionResultListener
public interface PhasedActionResultListener extends InternalProtocolInterface
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol. A listener for results from each one of the actions in anInternalPhasedAction
.- Since:
- 4.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onResult(PhasedActionResult<?> result)
Method called when result is available.
-
-
-
Method Detail
-
onResult
void onResult(PhasedActionResult<?> result)
Method called when result is available.
-
-