Example usage for java.util Observable subclass-usage

List of usage examples for java.util Observable subclass-usage

Introduction

In this page you can find the example usage for java.util Observable subclass-usage.

Usage

From source file com.pdi.hybridge.HybridgeBroadcaster.java

public class HybridgeBroadcaster extends Observable {

    private boolean mIsInitialized = false;

    private final String TAG = "HybridgeBroadcaster";

From source file com.github.kubatatami.SteppersItem.java

public class SteppersItem extends Observable {

    private String label;
    private String subLabel;
    private Fragment fragment;

From source file org.rifidi.utilities.Timer.java

/**
 * This class waits for x amout of time, then notifies observes. It has a
 * suspend() and a resume() methods for pausing and un-pausing the timer.
 * 
 * @author Matthew Dean - matt@pramari.com
 * @author Kyle Neumeier - kyle@pramari.com

From source file org.rifidi.emulator.common.ControlSignal.java

/**
 * A ControlSignal is an Observable which contains a single variable to modify
 * and observe.
 * 
 * @author John Olender - john@pramari.com
 * @since <$INITIAL_VERSION$>

From source file de.weltraumschaf.minesweeper.model.BaseMineFieldBox.java

/**
 * Base implementation of a mine field box.
 *
 * @author Sven Strittmatter <weltraumschaf@googlemail.com>
 */
abstract class BaseMineFieldBox extends Observable implements FieldBox {

From source file ggikko.me.steppertest.stepper.SteppersItem.java

public class SteppersItem extends Observable {

    private String label;
    private String subLabel;
    private boolean buttonEnable = true;
    private Fragment fragment;

From source file com.twosigma.beaker.chart.ObservableChart.java

public class ObservableChart extends Observable implements Cloneable, Serializable {

    protected GraphicsActionObject details;

    @Override
    public synchronized void setChanged() {

From source file modelo.Persona.java

/**
 *
 * @author pseudocfoch
 */
public class Persona extends Observable implements IModel {
    private Jerarquia jerarquia;

From source file edu.cuny.cat.task.DispatchingTaskQueue.java

/**
 * <p>
 * Defines a queue for buffering event dispatching tasks.
 * </p>
 * 
 * @author Jinzhong Niu

From source file org.hypertopic.DistributedRESTDatabase.java

/**
 * Federation of REST databases:
 * reads are scattered among databases, 
 * writes are forwarded to the primary database.
 */
public class DistributedRESTDatabase extends Observable {//>>>>>>>>>>>>>>>>>>>>>