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 org.knime.ext.textprocessing.nodes.view.documentviewer2.DocumentPanel2.java

/**
 *
 * @author Hermann Azong, KNIME.com, Berlin, Germany
 * @since 2.8
 */
final class DocumentPanel2 extends JPanel implements Observer {

From source file edmondskarp.Gui.EdmondsKarpGui.java

/**
 *
 * @author gabriele
 */
public class EdmondsKarpGui extends javax.swing.JFrame implements Observer {

From source file org.objectweb.proactive.core.remoteobject.RemoteObjectSet.java

public class RemoteObjectSet implements Serializable, Observer {

    static final Logger LOGGER_RO = ProActiveLogger.getLogger(Loggers.REMOTEOBJECT);

    public static final int UNREACHABLE_VALUE = Integer.MIN_VALUE;
    public static final int NOCHANGE_VALUE = 0;

From source file edu.ucla.stat.SOCR.chart.SuperHistogramChart.java

/**
 * A simple demonstration application showing how to create a Bar chart using 
 * data from a {@link IntervalXYDataset}.
 */
public class SuperHistogramChart extends Chart implements PropertyChangeListener, ActionListener, Observer {

From source file edu.ucla.stat.SOCR.applications.demo.PortfolioApplication2.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 PortfolioApplication2 extends Application
        implements Observer, IExperiment, ChartMouseListener, ActionListener {

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

public class WSIAdapterCoapHAI 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

From source file co.carlosandresjimenez.android.gotit.BaseActivity.java

/**
 * Created by carlosjimenez on 10/28/15.
 */
public class BaseActivity extends AppCompatActivity implements Observer {

    private static final String LOG_TAG = BaseActivity.class.getSimpleName();

From source file shuffle.fwk.service.roster.EditRosterService.java

/**
 * @author Andrew Meyers
 *
 */
public class EditRosterService extends BaseService<EditRosterServiceUser>
        implements I18nUser, MultiListenerUser, Observer {

From source file net.sourceforge.eclipsetrader.trading.views.Level2View.java

public class Level2View extends ViewPart implements Observer, ISelectionListener {
    public static final String VIEW_ID = "net.sourceforge.eclipsetrader.trading.level2";
    /**
     * @deprecated use the instance area preference store instead
     */
    public static final String PREFERENCES_ID = "LEVEL2_PREFS_";

From source file it.grid.storm.namespace.config.xml.XMLNamespaceParser.java

/**
 * <p>
 * Title:
 * </p>
 * 
 * <p>