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 Type
    Method
    Description
    void
    Invoked when the target of the listener has changed its value.
  • Method Details

    • beanValueChanged

      void beanValueChanged(Object value)
      Invoked when the target of the listener has changed its value.
      Parameters:
      value - , the new value obtained from the target.