net.officefloor.eclipse.common.dialog.input
Class InputAdapter

java.lang.Object
  extended by 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

Constructor Summary
InputAdapter()
           
 
Method Summary
 void notifyValueChanged(Object value)
          Invoked to notify value has changed.
 void notifyValueInvalid(String message)
          Invoked to notify value is invalid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputAdapter

public InputAdapter()
Method Detail

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.