public interface ValueListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
valueChanged(ValueEvent e)
Updates the view of the component with
the representation of the data.
|
void |
valueEntered(ValueEvent e)
Updates the data according to the view of the component.
|
void valueChanged(ValueEvent e)
e - the value eventvoid valueEntered(ValueEvent e)
e - the value eventTentackle - a domain driven enterprise framework