public class InputAdapter extends Object implements InputListener
InputListener
.Constructor and Description |
---|
InputAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
notifyValueChanged(Object value)
Invoked to notify value has changed.
|
void |
notifyValueInvalid(String message)
Invoked to notify value is invalid.
|
public void notifyValueChanged(Object value)
InputListener
notifyValueChanged
in interface InputListener
value
- New value.public void notifyValueInvalid(String message)
InputListener
notifyValueInvalid
in interface InputListener
message
- Reason value is invalid.Copyright © 2005–2016. All rights reserved.