net.officefloor.eclipse.common.dialog.input
Interface InputListener

All Known Implementing Classes:
InputAdapter

public interface InputListener

Listener for the Input.

Author:
Daniel Sagenschneider

Method Summary
 void notifyValueChanged(Object value)
          Invoked to notify value has changed.
 void notifyValueInvalid(String message)
          Invoked to notify value is invalid.
 

Method Detail

notifyValueChanged

void notifyValueChanged(Object value)
Invoked to notify value has changed.

Parameters:
value - New value.

notifyValueInvalid

void notifyValueInvalid(String message)
Invoked to notify value is invalid.

Parameters:
message - Reason value is invalid.


Copyright © 2005-2013. All Rights Reserved.