Interface SelectSendListener<Message>
-
public interface SelectSendListener<Message>
A listener associated with asend SelectAction
, which is called if an only if the associated action has succeeded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSend()
-
-
-
Method Detail
-
onSend
void onSend() throws SuspendExecution
- Throws:
SuspendExecution
-
-