Uses of Interface
de.xima.fc.gui.common.interfaces.request.ICrossViewScopeResponseConsumer
Packages that use ICrossViewScopeResponseConsumer
Package
Description
-
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). -
Uses of ICrossViewScopeResponseConsumer in de.xima.fc.gui.common.interfaces.request
Methods in de.xima.fc.gui.common.interfaces.request that return ICrossViewScopeResponseConsumerModifier and TypeMethodDescriptionstatic <T extends Serializable>
ICrossViewScopeResponseConsumer<T> ICrossViewScopeResponseConsumer.crossViewScopeResponseConsumer(Class<T> type, ICrossViewScopeResponseConsumer<T> consumer) Utility method to create a cross view scope response consumer, compatible with var statements.Methods in de.xima.fc.gui.common.interfaces.request with parameters of type ICrossViewScopeResponseConsumerModifier and TypeMethodDescriptionstatic <T extends Serializable>
ICrossViewScopeResponseConsumer<T> ICrossViewScopeResponseConsumer.crossViewScopeResponseConsumer(Class<T> type, ICrossViewScopeResponseConsumer<T> consumer) Utility method to create a cross view scope response consumer, compatible with var statements.