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.apache.solr.kelvin.Scorer.java

/**
 * An observer of Test events
 * 
 * implements Observer methods to track test progress
 * 
 * provide formatting for reporting errors

From source file de.weltraumschaf.minesweeper.gui.ScoreLabel.java

/**
 * UI element to display number of games (sum, lost, and won).
 *
 * May observes {@link Score} object.
 *
 * @author Sven Strittmatter <weltraumschaf@googlemail.com>

From source file org.vaadin.peholmst.samples.dddwebinar.ui.appointments.DoctorSection.java

@ViewScope
@SpringComponent
public class DoctorSection extends VerticalLayout implements Observer {

    @Autowired
    DoctorModel model;

From source file de.weltraumschaf.minesweeper.gui.StatusBar.java

/**
 * UI element for status bar of game.
 *
 * Shows:
 * <ul>
 * <li>time elapsed</li>

From source file com.microsoft.alm.plugin.idea.tfvc.ui.workspace.WorkspaceController.java

/**
 * The controller for the WorkspaceDialog
 */
public class WorkspaceController implements Observer, ActionListener {
    private final WorkspaceDialog dialog;
    private final WorkspaceModel model;

From source file com.ev.gui.views.AnnualDiagramView.java

/**
 * @author <a href="mailto:afabisch@tzi.de">Alexander Fabisch</a>
 * @since 0.8.2
 */
public class AnnualDiagramView extends AbstractDiagramView implements Observer {

From source file com.google.cast.samples.games.codelab.GameFragment.java

/**
 * A base class for all the fragments in the game.
 */
public class GameFragment extends Fragment implements Observer, GameManagerClient.Listener {

    private static final String TAG = "GameFragment";

From source file org.pwsafe.passwordsafeswt.dialog.FindRecordDialog.java

/**
 * Find dialog box.
 * 
 * @author Tim Hughes
 */
public class FindRecordDialog extends InputDialog implements Observer {

From source file org.apache.stratos.messaging.listener.EventListener.java

/**
 *  Event listener definition.
 */
public abstract class EventListener implements Observer {
    private static final Log log = LogFactory.getLog(EventListener.class);

From source file org.rifidi.emulator.reader.llrp.keepalive.KeepAliveController.java

/**
 * This class is a controller for sending out KeepAlive events.
 * 
 * @author kyle
 * 
 */