T - Type of property value.public class PropertyTrigger<T>
extends com.google.code.validationframework.base.trigger.AbstractTrigger
| Constructor and Description |
|---|
PropertyTrigger(com.google.code.validationframework.api.property.ReadableProperty<T> property)
Constructor specifying the property whose changes should trigger the validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
public PropertyTrigger(com.google.code.validationframework.api.property.ReadableProperty<T> property)
property - Property whose changes should trigger the validation.Copyright © 2020. All rights reserved.