Uses of Interface
com.vaadin.flow.function.SerializableBiConsumer
Packages that use SerializableBiConsumer
Package
Description
-
Uses of SerializableBiConsumer in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionPropertyConfiguration.onChange(SerializableBiConsumer<C, P> onChangeHandler) Sets a Property change handler. -
Uses of SerializableBiConsumer in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionReturnChannelMap.registerChannel(SerializableBiConsumer<elemental.json.JsonArray, ReturnChannelRegistration> handler) Registers a new channel based on a callback that receives the provided arguments and the channel registration when a message is passed to the channel. -
Uses of SerializableBiConsumer in com.vaadin.flow.server.webcomponent
Methods in com.vaadin.flow.server.webcomponent that return SerializableBiConsumerModifier and TypeMethodDescriptionPropertyConfigurationImpl.getOnChangeHandler()Retrieves theonChangeHandlertied to this property, if one exists.Methods in com.vaadin.flow.server.webcomponent with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionPropertyConfigurationImpl.onChange(SerializableBiConsumer<C, P> onChangeHandler)