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 InterfaceModule.JRobert.java

/**
 *
 * @author Pedro
 */
public class JRobert extends javax.swing.JFrame implements Observer {

From source file org.xaloon.wicket.component.plugin.MenuPluginObserver.java

/**
 * http://www.xaloon.org
 * 
 * @author vytautas racelis
 */
public class MenuPluginObserver implements Observer {

From source file com.google.cast.samples.games.spellcast.MainActivity.java

/**
 * The main activity.
 */
public class MainActivity extends ActionBarActivity implements Observer, EventManager.EventListener {
    private static final String TAG = "MainActivity";

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

public class SubmissionViewActivity extends Activity implements Observer {

    private Submission submission = null; // this is passed to from
    // TaskView Activity
    private ArrayList<Bitmap> submissionPhotos;

From source file com.google.cast.samples.games.spritedemo.MainActivity.java

/**
 * The main activity.
 */
public class MainActivity extends ActionBarActivity implements Observer {
    private static final String TAG = "MainActivity";

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

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

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

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

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

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

From source file carvajal.autenticador.android.activity.AutenticacionInfoActivity.java

/**
 * @author grasotos
 * 
 */
public class AutenticacionInfoActivity extends FragmentActivity implements Observer {

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

public class ActionViewSchema extends CallableSystemAction implements Observer {

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

From source file com.fallahpoor.infocenter.fragments.gps.GpsFragment.java

/**
 * GpsFragment displays the on/off status of device's GPS and the
 * location of the device if the GPS in on.
 *
 * @author Masood Fallahpoor
 */