Package spin.demo

Interface Bean

All Known Implementing Classes:
BeanImpl

public interface Bean
A common interface for a bean.
  • Method Details

    • getValue

      String getValue()
      Get the value.
      Returns:
      the value
    • setValue

      void setValue(String value)
      Set the value.
      Parameters:
      value - value to set
    • addPropertyChangeListener

      void addPropertyChangeListener(PropertyChangeListener listener)
      Add a listener to property changes.
      Parameters:
      listener - listener to add