Interface EscalationCompletion
-
public interface EscalationCompletion
Handler for the completion ofEscalation
handling.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionState
escalationComplete()
Notifies the completion of theEscalation
handling.
-
-
-
Method Detail
-
escalationComplete
FunctionState escalationComplete()
Notifies the completion of theEscalation
handling.- Returns:
FunctionState
for notifying theEscalation
handling is complete.
-
-