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.theospi.portfolio.worksite.mgt.impl.SiteGroupProviderListener.java

/**
 * This class listens for several events and will create/remove groups in sites as needed, marking them as provided.
 * @author chrismaurer
 *
 */
public class SiteGroupProviderListener implements Observer {

From source file com.cmput301.classproject.UI.ViewTaskActivity.java

public class ViewTaskActivity extends Activity implements Observer {

    private final static Logger LOGGER = Logger.getLogger(ViewTaskActivity.class.getName());

    private ArrayList<Submission> submissionArray = new ArrayList<Submission>();
    private Task task = null;

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

public class ActionAddTargetInstanceCsv extends CallableSystemAction implements Observer {

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

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

/**
 *
 * @author ioannisxar
 */
public class ActionExportTranslatedInstancesSQL extends CallableSystemAction implements Observer {

From source file com.cmput301.classproject.UI.AddSubmissionActivity.java

/**
 * AddSubmissionActivity - activity used to add a submission
 * @author Thomas Polasek
 *
 */
public class AddSubmissionActivity extends Activity implements Observer {

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

public class ActionAddSourceInstanceCsv extends CallableSystemAction implements Observer {

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

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

/**
 * Created by carlosjimenez on 10/4/15.
 */
public class FollowFragment extends DialogFragment implements Observer {

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

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

public class ActionLoadTGDs extends CallableSystemAction implements Observer {

    private static Log logger = LogFactory.getLog(ActionLoadTGDs.class);
    private Modello modello;
    private Vista vista;
    private ActionViewSchema actionViewSchema;

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

public class ActionLoadComaCorrespondences extends CallableSystemAction implements Observer {

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

From source file org.sakaiproject.contentreview.impl.turnitin.MembershipChangeObserver.java

/**
 * This Observer will watch for site.upd.site.mbrshp and site.upd events. When these happen
 * and the site is enabled for use with Turnitin, an entry will be added to a
 * queue table for a quartz job or other script to run through and sync.
 * 
 * @author sgithens