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.sakaiproject.authz.impl.DbAuthzGroupService.java

/**
 * <p>
 * DbAuthzGroupService is an extension of the BaseAuthzGroupService with database storage.
 * </p>
 */
public abstract class DbAuthzGroupService extends BaseAuthzGroupService implements Observer {

From source file org.sakaiproject.site.impl.BaseSiteService.java

/**
 * <p>
 * BaseSiteService is a base implementation of the SiteService.
 * </p>
 */
public abstract class BaseSiteService implements SiteService, Observer {

From source file org.sakaiproject.citation.impl.BaseSearchManager.java

/**
 *
 */
public class BaseSearchManager implements SearchManager, Observer {
    /**
     * Maximum number of consecutive duplicate result records we'll accept

From source file edu.cuny.cat.server.ConnectionAdaptor.java

/**
 * Each instance of this class is created by {@link ConnectionManager} on behalf
 * of a game server to deal with requests and responses from/to a game client.
 * 
 * @author Jinzhong Niu
 * @version $Revision: 1.145 $

From source file org.jahia.services.importexport.ImportExportBaseService.java

/**
 * Service used to perform all import/export operations for content and documents.
 *
 * @author Thomas Draier
 */
public class ImportExportBaseService extends JahiaService implements ImportExportService, Observer {

From source file org.wso2.developerstudio.eclipse.registry.apim.views.RegistryBrowserAPIMView.java

public class RegistryBrowserAPIMView extends ViewPart implements Observer {

    private static IDeveloperStudioLog log = Logger.getLog(Activator.PLUGIN_ID);

    private static final String SELECT_FILE_TO_BE_UPLOADED = "Select file to be uploaded to the registry";
    private static final String ERROR_WHILE_PERFORMING_THIS_OPERATION_MSG = "Error while performing this operation";

From source file org.sakaiproject.sitestats.impl.StatsManagerImpl.java

import org.sakaiproject.user.api.UserNotDefinedException;
import org.sakaiproject.util.ResourceLoader;
import org.springframework.orm.hibernate3.HibernateCallback;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;

/**

From source file statechum.analysis.learning.Visualiser.java

public class Visualiser extends JFrame implements Observer, Runnable, MouseListener {
    /**
     * The version ID for serialisation.
     */
    private static final long serialVersionUID = -6382530787840924374L;
    protected VisualizationViewer viewer = null;

From source file org.wso2.developerstudio.eclipse.greg.manager.remote.views.RegistryBrowserView.java

public class RegistryBrowserView extends ViewPart implements Observer {

    private static final int CHAR_SHIFT = 32;
    private static final int CHAR_R = 114;
    private static final int CHAR_V = 118;
    private static final int CHAR_C = 99;

From source file org.wso2.developerstudio.eclipse.registry.manager.remote.views.RegistryBrowserView.java

public class RegistryBrowserView extends ViewPart implements Observer {

    private static final int CHAR_SHIFT = 32;
    private static final int CHAR_R = 114;
    private static final int CHAR_V = 118;
    private static final int CHAR_C = 99;