B - Bound component type@FunctionalInterface public static interface PropertyBinding.PostProcessor<B>
Property.| Modifier and Type | Method and Description |
|---|---|
void |
process(com.holonplatform.core.property.Property<?> property,
B component)
Process the given
component |
void process(com.holonplatform.core.property.Property<?> property,
B component)
componentproperty - Property to which the component is bound (never null)component - Bound component (never null)Copyright © 2019 The Holon Platform. All rights reserved.