Interface IManualStringValueChangeListener
-
- All Superinterfaces:
java.util.EventListener
public interface IManualStringValueChangeListener extends java.util.EventListener
Definition of listeners that react on string value change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
manualValueChanged(java.lang.String newValue)
React on a manual value changing.
-