Example usage for java.beans PropertyChangeListener interface-usage

List of usage examples for java.beans PropertyChangeListener interface-usage

Introduction

In this page you can find the example usage for java.beans PropertyChangeListener interface-usage.

Usage

From source file dk.dma.epd.common.prototype.gui.route.RoutePropertiesDialogCommon.java

/**
 * Dialog used for viewing and editing route properties
 */
public class RoutePropertiesDialogCommon extends JDialog
        implements ActionListener, PropertyChangeListener, ListSelectionListener {

From source file edu.ku.brc.specify.tasks.subpane.wb.ImageFrame.java

/**
 * This frame is used to display a set of images linked to a record in a workbench data set.
 * 
 * @author jstewart
 *
 * @code_status Beta

From source file org.eclipsetrader.directa.internal.core.connector.StreamingConnector.java

public class StreamingConnector implements Runnable, IFeedConnector2, IExecutableExtension, PropertyChangeListener {

    private static StreamingConnector instance;

    private static final String INFO = "info"; //$NON-NLS-1$

From source file org.apache.catalina.cluster.session.DeltaManager.java

/**
 * The DeltaManager manages replicated sessions by only
 * replicating the deltas in data. For applications written
 * to handle this, the DeltaManager is the optimal way of replicating data.
 *
 * This code is almost identical to StandardManager with a difference in

From source file edu.ucla.stat.SOCR.chart.demo.SOCR_EM_MixtureModelChartDemo.java

/**
 * A simple demonstration application showing how to create a line chart using
 * data from an {@link XYDataset}.  
 * 
 */
public class SOCR_EM_MixtureModelChartDemo extends SuperXYChart implements PropertyChangeListener, MouseListener {

From source file edu.ucla.stat.SOCR.analyses.util.moduls.frm.Panels.Jpan_btn.java

/**
 * <p>
 * <b>MultiDendrograms</b>
 * </p>
 *
 * Load and Update buttons

From source file net.rim.ejde.internal.ui.launchers.SimulatorConfigurationTabBase.java

/**
 * Tab to configure the simulator. Overridden by both the external eJDE and the internal eJDE plug-in fragment to add extended
 * behavior.
 */
public abstract class SimulatorConfigurationTabBase extends AbstractLaunchConfigurationTab
        implements IFledgeLaunchConstants, PropertyChangeListener {

From source file edu.ku.brc.specify.tasks.RecordSetTask.java

/**
 * Takes care of offering up record sets, updating, deleting and creating them.
 *
 * @code_status Alpha
 *
 * @author rods

From source file com.ti.sensortag.gui.services.ServicesActivity.java

public class ServicesActivity extends Activity implements PropertyChangeListener {

    private static final Measurements model = Measurements.INSTANCE;
    private static final char DEGREE_SYM = '\u2103';

    //for signal strength..

From source file org.noise_planet.noisecapture.CalibrationLinearityActivity.java

public class CalibrationLinearityActivity extends MainActivity implements PropertyChangeListener,
        SharedPreferences.OnSharedPreferenceChangeListener, ViewPager.OnPageChangeListener {
    private enum CALIBRATION_STEP {
        IDLE, WARMUP, CALIBRATION, END
    }