List of usage examples for java.util Observer interface-usage
From source file org.wso2.carbon.bpel.core.ode.integration.BPELServerImpl.java
/** * BPELServer implementation. All the ODE BPEL Engine initialization is handled here. */ public final class BPELServerImpl implements BPELServer, Observer { private static Log log = LogFactory.getLog(BPELServerImpl.class);
From source file userinterface.graph.Histogram.java
/**
*
* This class provides the functionality for plotting Histograms in Prism
*
* @author Muhammad Omer Saeed
*/
From source file org.sakaiproject.citation.impl.BaseConfigurationService.java
/** * */ public class BaseConfigurationService implements ConfigurationService, Observer { private static Log m_log = LogFactory.getLog(BaseConfigurationService.class);
From source file edu.cuny.cat.GameClient.java
/**
* <p>
* A generic class featuring the common behavior of market (specialist) clients
* and trader clients.
* </p>
*
From source file org.sakaiproject.sitestats.impl.StatsUpdateManagerImpl.java
private boolean collectThreadEnabled = true; public long collectThreadUpdateInterval = 4000L; private boolean collectAdminEvents = false; private boolean collectEventsForSiteWithToolOnly = true; /** Sakai services */
From source file org.sakaiproject.roster.impl.SakaiProxyImpl.java
functionManager.registerFunction(RosterFunctions.ROSTER_FUNCTION_VIEWALL, true); } if (!registered.contains(RosterFunctions.ROSTER_FUNCTION_VIEWHIDDEN)) { functionManager.registerFunction(RosterFunctions.ROSTER_FUNCTION_VIEWHIDDEN, true); }
From source file org.revager.gui.findings_list.FindingsListFrame.java
/** * The Class ProtocolFrame. */ @SuppressWarnings("serial") public class FindingsListFrame extends AbstractFrame implements Observer {
From source file com.ixora.rms.ui.RMSFrame.java
/** * @author Daniel Moraru */ public final class RMSFrame extends AppFrame implements RMSViewContainer, Observer { private static final long serialVersionUID = 1003438076078341112L;
From source file de.iteratec.iteraplan.elasticeam.emfimpl.EMFMetamodel.java
@SuppressWarnings("PMD.TooManyMethods") public class EMFMetamodel implements EditableMetamodel, Observer { private static final String ANNOTATIONURI = "urn:IM2L"; private static final String DISCRIMINATORKEY = "type";
From source file org.sakaiproject.sitestats.impl.report.ReportManagerImpl.java
// ################################################################ // Spring bean methods // ################################################################ public void setStatsManager(StatsManager statsManager) { this.M_sm = statsManager; }