Uses of Interface
de.xima.fc.gui.bean.designer.conversation.IRequestResult
-
Packages that use IRequestResult Package Description de.xima.fc.gui.bean.designer.conversation -
-
Uses of IRequestResult in de.xima.fc.gui.bean.designer.conversation
Method parameters in de.xima.fc.gui.bean.designer.conversation with type arguments of type IRequestResult Modifier and Type Method Description boolean
IRequestHandlerBuilder. perform(Consumer<Map<UUID,IRequestResult>> onDone)
Starts all requests added viarequest
and calls the callback when all requests have finished.
-