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 ca.sfu.federation.model.InputTable.java

/**
 * A table to hold input arguments for an update method. Arguments are stored
 * and retrieved in the same order they appear in the update method signature.
 * @author Davis Marques
 */
public class InputTable extends Observable implements Serializable {

From source file de.da_sense.moses.client.abstraction.ExternalApplicationInfoRetriever.java

public class ExternalApplicationInfoRetriever extends Observable {

    public static enum State {
        /**
         * not even sent
         */

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 userinterface.graph.DisplaySettings.java

/**
 * Representation of the display settings of a Graph.
 * The settings are propagated to the JFreeChart library.
 */
public class DisplaySettings extends Observable implements SettingOwner {
    /* Display for settings. */

From source file com.github.sleroy.junit.mail.server.MailSaver.java

/**
 * Saves emails and notifies components so they can refresh their views with new
 * data.
 *
 * @author Nilhcem
 * @since 1.0

From source file org.exist.repo.ExistRepository.java

/**
 * A repository as viewed by eXist.
 *
 * @author Florent Georges
 * @author Wolfgang Meier
 * @since  2010-09-22

From source file verdandi.VerdandiConfiguration.java

/**
 * Configuration
 */
public class VerdandiConfiguration extends Observable {

    private static final Log LOG = LogFactory.getLog(VerdandiConfiguration.class);

From source file org.metamorfosis.template.directive.freemarker.JFileSection.java

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

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

/**
 * A parametric object.
 * @author Davis Marques
 */
public class Assembly extends Observable implements IContext, IViewable, IUpdateable, Observer, Serializable {

From source file net.paissad.waqtsalat.utils.DownloadHelper.java

/**
 * @author Papa Issa DIAKHATE (paissad)
 */
public class DownloadHelper extends Observable {

    private static Logger logger = LoggerFactory.getLogger(DownloadHelper.class);