Uses of Interface
de.xima.fc.gui.common.interfaces.request.ICrossViewScopeResponseConsumer
Packages that use ICrossViewScopeResponseConsumer
-
Uses of ICrossViewScopeResponseConsumer in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation with parameters of type ICrossViewScopeResponseConsumerModifier and TypeMethodDescription<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).