Interface SelectReceiveListener<Message>
-
public interface SelectReceiveListener<Message>
A listener associated with areceive 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
onReceive(Message m)
-
-
-
Method Detail
-
onReceive
void onReceive(Message m) throws SuspendExecution
- Throws:
SuspendExecution
-
-