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 edu.ucla.stat.SOCR.applications.demo.BinomialTradingApplication.java

/**
 * The Binomial Trading Application demonstrates the Price of a stock call with time:
 * 
 * Inputs:
 * S0       = Price of the stock at time zero (now).
 * E       = Exercise price (it is exercised at the end if price of stock at the end > E).

From source file it.unibas.spicygui.controllo.file.ActionNewMappingTask.java

public final class ActionNewMappingTask extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionNewMappingTask.class);
    private WizardDescriptor.Panel[] panels;
    private Modello modello;
    private LastActionBean lastActionBean;

From source file com.mappn.gfan.ui.HomeTabActivity.java

/**
 * Home Tab Activity : ??
 * 
 * @author Andrew
 * @date 2011-5-9
 * @since Version 0.7.0

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

/**
 * A simple demonstration application showing how to create a line chart using
 * data from an {@link XYDataset}.  
 * 
 */
public class PowerTransformationFamilyChart extends SuperIndexChart

From source file com.breadwallet.presenter.activities.MainActivity.java

/**
 * BreadWallet
 * <p/>
 * Created by Mihail Gutan <mihail@breadwallet.com> on 8/4/15.
 * Copyright (c) 2016 breadwallet LLC
 * <p/>

From source file de.hshannover.f4.trust.visitmeta.gui.GraphConnection.java

public class GraphConnection implements Observer {
    private static final Logger LOGGER = Logger.getLogger(GraphConnection.class);
    private GraphContainer mContainer = null;
    private FacadeLogic mFacadeLogic = null;
    private GraphPanel mGraphPanel = null;
    private SettingManager mSettingManager = null;

From source file vitro.vgw.wsiadapter.WSIAdapterCoap.java

public class WSIAdapterCoap implements WSIAdapter, CoapClient, Observer {
    private static final int UNDEFINED_COAP_MESSAGE_ID = -1;
    static ArrayList<Integer> timedOutCoapMessageIDsList = new ArrayList<Integer>();
    static ArrayList<Integer> timedOut_DTN_CoapMessageIDsList = new ArrayList<Integer>(); //stores packet Ids
    //15/04
    static HashMap<String, CoapClientChannel> proxyAddrToClientChannelResourcesHM = new HashMap<String, CoapClientChannel>();

From source file dk.netarkivet.archive.bitarchive.distribute.BitarchiveMonitorServer.java

/**
 * Class representing message handling for the monitor for bitarchives. The
 * monitor is used for sending out and combining the results of executing batch
 * jobs.
 *
 * Batch jobs are received on the BAMON-channel, and resent to all bitarchives,

From source file edu.ucla.stat.SOCR.applications.demo.StockApplication.java

/**
 * The triangle experiment is to break a stick at random and see if the pieces
 * form a triangle. If so, is the triangle acute or obtuse?
 */
public class StockApplication extends Application implements Observer, IExperiment, ActionListener {

From source file org.sakaiproject.event.impl.BaseNotificationService.java

/**
 * <p>
 * BaseNotificationService ...
 * </p>
 */
public abstract class BaseNotificationService