Package org.uberfire.commons.message
Interface AsyncCallback
-
public interface AsyncCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonReply(MessageType type, Map<String,String> content)voidonTimeOut()
-
-
-
Method Detail
-
onTimeOut
void onTimeOut()
-
onReply
void onReply(MessageType type, Map<String,String> content)
-
-