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 it.unibas.spicygui.controllo.mapping.ActionViewTGD.java

public class ActionViewTGD extends CallableSystemAction implements Observer {

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

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

/**
 * @author  Davis Marques
 */
public class CoordinateSystemPropertySheet extends JPanel implements Observer {

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

From source file it.unibas.spicygui.controllo.window.ActionProjectTree.java

public class ActionProjectTree extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionProjectTree.class);
    private ActionSaveMappingTask actionSaveMappingTask;
    private Modello modello;
    private ActionViewSchema actionViewSchema;

From source file org.dhara.portal.web.restAPI.RestWorkflowMonitorAPI.java

/**
 * Rest service class for workflow monitoring
 */
@Deprecated
@Controller
public class RestWorkflowMonitorAPI implements Observer {

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

public class ActionViewTGDs extends CallableSystemAction implements Observer {

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

From source file com.playonlinux.ui.impl.javafx.mainwindow.center.ViewApps.java

public class ViewApps extends HBox implements Observer {
    private VBox failurePanel;
    private Button retryButton;
    private List<CenterCategoryDTO> categories;
    private List<CenterItemDTO> centerItems;
    private final SimpleIconListWidget availableInstallerListWidget;

From source file de.awisus.refugeeaidleipzig.views.profile.FragmentProfil.java

/**
 * Created on 12.01.16.
 *
 * This Fragment makes up a profile view for the user.
 * Three Labels show the user's information like name, accommodation and needs.
 * Two FloatingActionButtons are there for adding or removal of needs to be shown on the map of

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

public class ActionGenerateTransformations extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionGenerateTransformations.class);
    private ActionViewTransformation viewTransformationAction;
    private Modello modello;
    private LastActionBean lastActionBean;

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

public class ActionExportTgds extends CallableSystemAction implements Observer {
    private static Log logger = LogFactory.getLog(ActionExportTranslatedInstances.class);
    private LastActionBean lastActionBean;
    private Modello modello;
    private Vista vista;
    private boolean continua;

From source file it.unibas.spicygui.controllo.preprocessing.ActionUnpivotCSV.java

public class ActionUnpivotCSV extends CallableSystemAction implements Observer {

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