net.officefloor.eclipse.common.dialog.input
Class InputAdapter
java.lang.Object
net.officefloor.eclipse.common.dialog.input.InputAdapter
- All Implemented Interfaces:
- InputListener
public class InputAdapter
- extends Object
- implements InputListener
Adapter for the InputListener.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputAdapter
public InputAdapter()
notifyValueChanged
public void notifyValueChanged(Object value)
- Description copied from interface:
InputListener
- Invoked to notify value has changed.
- Specified by:
notifyValueChanged in interface InputListener
- Parameters:
value - New value.
notifyValueInvalid
public void notifyValueInvalid(String message)
- Description copied from interface:
InputListener
- Invoked to notify value is invalid.
- Specified by:
notifyValueInvalid in interface InputListener
- Parameters:
message - Reason value is invalid.
Copyright © 2005-2013. All Rights Reserved.