List of usage examples for java.beans PropertyChangeListener interface-usage
From source file com.diversityarrays.util.SwingWorkerCompletionWaiter.java
public class SwingWorkerCompletionWaiter implements PropertyChangeListener { private JDialog dialog; private Closure<JDialog> onComplete; public SwingWorkerCompletionWaiter(JDialog dialog, Closure<JDialog> onComplete) { this.dialog = dialog;
From source file org.openconcerto.utils.checks.EmptyObjectHelper.java
/** * @author Sylvain CUAZ */ public class EmptyObjectHelper implements PropertyChangeListener { private final EmptyObject target;
From source file simulador.controle.GeradorGraficos.java
/** * * @author Fernando */ public class GeradorGraficos implements Controlador, PropertyChangeListener {
From source file org.springframework.richclient.list.DynamicListModel.java
/** * A list whose contents are dynamically refreshable. * * @author Keith Donald */ public class DynamicListModel extends ListListModel implements PropertyChangeListener {
From source file com.webcrawler.manager.impl.DownloadManagerImpl.java
/** * * @author jose */ @Service("downloadManager") public class DownloadManagerImpl implements DownloadManager, PropertyChangeListener {
From source file org.jtrfp.trcl.flow.IndirectProperty.java
/**
* Yet another implementation of a property proxy object, though not quite as cool as those used
* with ProxyObjects, this doesn't need an skeletal interface and simply forwards property change
* events.<br>
* CAVEAT: General (nameless) property change listeners will not be notified of an indirection change
* since this class depends on the name of the property to send the refresh. Blindly refreshing all
From source file core.reporting.ImportFromFile.java
public class ImportFromFile extends UIListPanel implements PropertyChangeListener { private String columnModelDef; private Vector<Record> tempBuffer; private Record recordModel; private String fileColumns;
From source file org.goko.log.part.model.ProblemTreeContentProvider.java
public class ProblemTreeContentProvider implements ITreeContentProvider, PropertyChangeListener { Viewer viewer; @Override public void dispose() { }
From source file org.springframework.richclient.list.DynamicComboBoxListModel.java
/** * A combobox whose contents are dynamically refreshable. * * @author Keith Donald */ public class DynamicComboBoxListModel extends ComboBoxListModel implements PropertyChangeListener {
From source file picocash.models.table.AccountTableModel.java
/** * * @author wusel */ public class AccountTableModel extends AbstractTableModel implements PropertyChangeListener {