public class ButtonPressedProperty extends com.google.code.validationframework.base.property.AbstractReadableProperty<Boolean> implements com.google.code.validationframework.api.common.Disposable
| Constructor and Description |
|---|
ButtonPressedProperty(AbstractButton button)
Constructor specifying the button whose pressed state is to be tracked.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Boolean |
getValue() |
public ButtonPressedProperty(AbstractButton button)
button - Button whose pressed state is to be tracked.Copyright © 2015. All Rights Reserved.