List of usage examples for java.util Observer interface-usage
From source file com.microfocus.application.automation.tools.srf.run.RunFromSrfBuilder.java
/** * Created by shepshel on 20/07/2016. */ public class RunFromSrfBuilder extends Builder implements Serializable, Observer { private static final long serialVersionUID = 3;
From source file userinterface.graph.Graph.java
/** * This class represents multiple series on a single unit graph; all series are * rendered together by MultiGraphView. */ public class Graph extends ChartPanel implements SettingOwner, EntityResolver, Observer, Printable { /** Interval for graph updates (in ms). */
From source file org.kontalk.view.View.java
/** * Initialize and control the user interface. * * @author Alexander Bikadorov <abiku@cs.tu-berlin.de> */ public final class View implements Observer {
From source file com.vmware.bdd.manager.ClusterEntityManager.java
@Transactional(readOnly = true) public class ClusterEntityManager implements IClusterEntityManager, Observer { private static final Logger logger = Logger.getLogger(ClusterEntityManager.class); private IClusterDAO clusterDao;
From source file com.hpe.application.automation.tools.srf.run.RunFromSrfBuilder.java
/** * Created by shepshel on 20/07/2016. */ public class RunFromSrfBuilder extends Builder implements Serializable, Observer { private static final long serialVersionUID = 3;
From source file com.VVTeam.ManHood.Fragment.HistogramFragment.java
/** * Created by blase on 27.08.14. */ public class HistogramFragment extends Fragment implements Observer { public static final String TAG = "HistogramFragment";
From source file org.sakaiproject.chat2.model.impl.ChatManagerImpl.java
/** * * @author andersjb * */ public class ChatManagerImpl extends HibernateDaoSupport implements ChatManager, Observer {
From source file org.apache.synapse.debug.SynapseDebugManager.java
/**
* Main class that integrates mediation debugging capabilities to Synapse Engine, Debug Manager
* single instance is created to handle debugging centrally, by either persisting or retrieving
* debug related information in the mediator level.
* Relies on SynapseDebugInterface to communicate over TCP channels for commands and events.
*/
From source file com.halseyburgund.rwframework.core.RWService.java
import com.halseyburgund.rwframework.util.RWSharedPrefsHelper; /** * Service for background playback of Roundware sound stream and handle the * various server calls. Calls can either be queued that is checked at a * regular interval, or sent directly.
From source file thesaurusEditor.gui.graph.MainGraph.java
/**
* This demo shows how to use the vertex labels themselves as
* the vertex shapes. Additionally, it shows html labels
* so they are multi-line, and gradient painting of the
* vertex labels.
*