Java com.jgoodies.binding.beans Model fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.binding.beans Model fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.binding.beans Model.

The text is from its open source code.

Subclass

com.jgoodies.binding.beans.Model has subclasses.
Click this link to see all its subclasses.

Method

voidaddPropertyChangeListener(PropertyChangeListener listener)
Adds a PropertyChangeListener to the listener list.
PropertyChangeListener[]getPropertyChangeListeners()
Returns an array of all the property change listeners registered on this component.
voidremovePropertyChangeListener(PropertyChangeListener listener)
Removes a PropertyChangeListener from the listener list.