Package org.gvsig.gui.beans.listeners
Interface BeanListener
public interface BeanListener
Defines an object which listens for changes in the value produced by a bean.
- Author:
- jaume dominguez faus
-
Method Summary
Modifier and TypeMethodDescriptionvoidbeanValueChanged(Object value) Invoked when the target of the listener has changed its value.
-
Method Details
-
beanValueChanged
Invoked when the target of the listener has changed its value.- Parameters:
value- , the new value obtained from the target.
-