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.seanmadden.net.fast.SerialInterface.java

/**
 * [Insert class description here]
 * 
 * @author Sean P Madden
 */
public class SerialInterface extends Observable implements SerialPortEventListener {

From source file es.uvigo.ei.sing.adops.datatypes.BatchProjectOutput.java

public class BatchProjectOutput extends Observable implements Observer {
    private final static Logger LOG = Logger.getLogger(BatchProjectOutput.class);

    private static final String STATUS_FILE = "status.txt";

    private final BatchProject project;

From source file net.adamjak.thomas.graph.application.run.TestRunner.java

/**
 * Created by Tomas Adamjak on 19.2.2017.
 * Copyright 2017, Tomas Adamjak
 * License: The BSD 3-Clause License
 */
public abstract class TestRunner extends Observable {

From source file de.thingweb.thing.Property.java

/**
 * This class is immutable.
 */
public class Property extends Observable {
    /*
     * Implementation Note:

From source file org.tequila.template.directive.freemarker.FileSection.java

/**
 *
 * @author iberck
 */
public class FileSection extends Observable implements TemplateDirectiveModel, TemplateDirective {

From source file com.attentec.Status.java

/**
 * Handles the status of the user.
 * @author David Granqvist
 * @author Malte Lenz
 * @author Johannes Nordkvist
 *

From source file de.knurt.fam.core.persistence.dao.couchdb.FamCouchDBDao.java

/**
 * dao for couchdb
 * 
 * @author Daniel Oltmanns <info@knurt.de>
 * @since 1.20 (08/13/2010)
 */

From source file org.sventon.repository.RevisionObservableImpl.java

/**
 * Class to monitor repository changes.
 * During check, the latest revision number is fetched from the
 * repository and compared to the observable's latest revision.
 * If it differs, the revision delta will be fetched and published
 * to registered observers.

From source file ca.sfu.federation.model.ParametricModel.java

/**
 * Parametric Model is the top level model object and acts as a container for
 * all other model objects and the view state.
 *
 * @author Davis Marques
 */

From source file de.tuilmenau.ics.graph.RoutableGraph.java

/**
 * Stores graph and allows routing operations.
 */
public class RoutableGraph<NodeObject, LinkObject> extends Observable implements Observer {
    public enum EventType {
        ADDED, REMOVED, UPDATED