Uses of Interface
org.uberfire.commons.message.AsyncCallback
-
Packages that use AsyncCallback Package Description org.uberfire.commons.message -
-
Uses of AsyncCallback in org.uberfire.commons.message
Methods in org.uberfire.commons.message with parameters of type AsyncCallback Modifier and Type Method Description voidMessageService. broadcast(String serviceId, MessageType type, Map<String,String> content, int timeOut, AsyncCallback callback)voidMessageService. broadcastAndWait(String serviceId, MessageType type, Map<String,String> content, int timeOut, AsyncCallback callback)
-