Uses of Interface
de.xima.fc.gui.common.interfaces.request.ICrossViewScopeResponseConsumer
-
Packages that use ICrossViewScopeResponseConsumer Package Description de.xima.fc.gui.bean.designer.conversation -
-
Uses of ICrossViewScopeResponseConsumer in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation with parameters of type ICrossViewScopeResponseConsumer Modifier and Type Method Description <T extends Serializable,R extends ICrossViewScopeRequest<T>>
booleanDesignerConversationBean. request(R request, Duration timeout, ICrossViewScopeResponseConsumer<? super T> consumer, BackendViewPushContext viewPushContext)
Allows to retrieve a piece of data from another view scope that participates in the same conversation.<T extends Serializable,R extends ICrossViewScopeRequest<T>>
booleanDesignerPageBean. request(R request, Duration timeout, ICrossViewScopeResponseConsumer<? super T> handler)
Allows to (a) invoke the handler within the scope where it was registered, and (b) to retrieve a piece of data from another view scope that participates in the same conversation.<T extends Serializable,R extends ICrossViewScopeRequest<T>>
UUIDIRequestHandlerBuilder. request(R request, Duration timeout, ICrossViewScopeResponseConsumer<? super T> handler)
Adds a request (but does not start it yet).
-