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.dhara.portal.web.controllers.RestMonitorAPIController.java

/**
 * Controller class for REST monitoring handling
 */
@Controller
public class RestMonitorAPIController implements Observer {

From source file ca.sfu.federation.viewer.propertysheet.PointPropertySheet.java

/**
 * @author  Davis Marques
 */
public class PointPropertySheet extends javax.swing.JPanel implements Observer {

    private static final Logger logger = Logger.getLogger(PointPropertySheet.class.getName());

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

@Datatype(namingMethod = "getName", structure = Structure.LIST)
public class BatchProject extends Observable implements HasConfiguration, Observer {
    private static final String CONFIGURATION_FILE = "batch.conf";

    private static final Logger LOG = Logger.getLogger(BatchProject.class);

From source file org.xwalk.app.template.AppTemplateActivity.java

public class AppTemplateActivity extends XWalkRuntimeActivityBase implements Observer {

    static final String TAG = "ORGANISM";

    static String apk_updater_server = "http://192.168.1.68";
    static String apk_updater_server_port = "8088";

From source file it.unibas.spicygui.controllo.mapping.ActionExportAppendInstancesCsv.java

public class ActionExportAppendInstancesCsv extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionExportTranslatedInstances.class);
    private LastActionBean lastActionBean;
    private Modello modello;
    private Vista vista;

From source file it.unibas.spicygui.controllo.spicy.ActionRunMatcher.java

public class ActionRunMatcher extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionRunMatcher.class);
    private Modello modello;
    private LastActionBean lastActionBean;
    private ActionViewSpicy actionViewSpicy;

From source file it.unibas.spicygui.controllo.spicy.ActionRankTransformations.java

public class ActionRankTransformations extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionRankTransformations.class);
    private Modello modello;
    private LastActionBean lastActionBean;
    private ActionViewRankedTransformations actionViewRankedTranformations;

From source file it.unibas.spicygui.controllo.datasource.ActionAddSourceInstanceXml.java

public class ActionAddSourceInstanceXml extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionAddSourceInstanceXml.class);
    private Vista vista;
    private Modello modello;
    private LastActionBean lastActionBean;

From source file it.unibas.spicygui.controllo.datasource.ActionAddTargetInstanceXml.java

public class ActionAddTargetInstanceXml extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionAddTargetInstanceXml.class);
    private Vista vista;
    private Modello modello;
    private LastActionBean lastActionBean;

From source file ca.sfu.federation.viewer.propertysheet.LinePropertySheet.java

/**
 * @author  Davis Marques
 * @version 0.1
 */
public class LinePropertySheet extends javax.swing.JPanel implements Observer {