Example usage for java.util Observer interface-usage

List of usage examples for java.util Observer interface-usage

Introduction

In this page you can find the example usage for java.util Observer interface-usage.

Usage

From source file be.vds.jtbdive.client.view.core.stats.StatPanel.java

public class StatPanel extends JPanel implements Observer {

    private static final long serialVersionUID = 827001315401416888L;
    private LogBookManagerFacade logBookManagerFacade;
    private ChartPanel chartPanel;
    private JButton statWizardButton;

From source file it.unibas.spicygui.controllo.mapping.ActionGenerateXQuery.java

public class ActionGenerateXQuery extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionGenerateXQuery.class);
    private Modello modello;
    private LastActionBean lastActionBean;

From source file com.scv.slackgo.services.GeofenceTransitionsIntentService.java

/**
 * Listens for geofence transition changes.
 */
public class GeofenceTransitionsIntentService extends IntentService implements Observer {

    protected static final String TAG = "GeofenceTransitionsIS";

From source file ca.sfu.federation.viewer.propertysheet.AssemblyPropertySheet.java

/**
 * @author  Davis Marques
 */
public class AssemblyPropertySheet extends JPanel implements Observer {

    private Assembly target;

From source file it.unibas.spicygui.controllo.mapping.ActionGenerateSql.java

public class ActionGenerateSql extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionGenerateSql.class);
    private Modello modello;
    private LastActionBean lastActionBean;

From source file org.marietjedroid.connect.MarietjeClient.java

public class MarietjeClient extends Observable implements Observer {

    private static final String DEFAULT_REQUESTER = "marietje";
    /**
     * Locks until we have recieved tracks
     */

From source file it.unibas.spicygui.controllo.tree.ActionShowHideJoinConditions.java

public class ActionShowHideJoinConditions extends AbstractAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionShowHideJoinConditions.class);
    private Modello modello = null;
    private LastActionBean lastActionBean;

From source file org.rifidi.emulator.reader.llrp.rospec.ROSpecController.java

/**
 * This is a controller that manages all of the ROSpecs. It listens for start
 * and stop triggers, and changes the state of rospecs according to the start
 * and stop triggers.
 * 
 * LLRP defines three states for a ROSpec to be in: 1)Disabled. 2)Inactive

From source file it.unibas.spicygui.controllo.tree.ActionShowHideConstraints.java

public class ActionShowHideConstraints extends AbstractAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionShowHideConstraints.class);
    private Modello modello = null;
    private LastActionBean lastActionBean;

From source file kiv.janecekz.ma.MetronomeFragment.java

public class MetronomeFragment extends Fragment implements IControlable, Observer, OnClickListener {

    private android.widget.NumberPicker beatPicker;
    private android.widget.NumberPicker bpmPicker;
    private net.simonvt.numberpicker.NumberPicker beatPickerOld;
    private net.simonvt.numberpicker.NumberPicker bpmPickerOld;