List of usage examples for java.util Observer interface-usage
From source file com.scooterframework.admin.EnvConfig.java
/**
* EnvConfig class configures the application during startup time.
*
* <p>
* You can add more mappings by using the <tt>additional.mimetypes</tt>
* property in the <tt>environment.properties</tt> file. Or you can create
From source file org.sakaiproject.authz.impl.SakaiSecurity.java
/** * <p> * SakaiSecurity is a Sakai security service. * </p> */ public abstract class SakaiSecurity implements SecurityService, Observer {
From source file org.exist.launcher.Launcher.java
/**
* A launcher for the eXist-db server integrated with the desktop.
* Shows a splash screen during startup and registers a tray icon
* in the system bar.
*
* @author Wolfgang Meier
From source file edu.ucla.stat.SOCR.chart.SuperPowerChart.java
/** * A simple demonstration application showing how to create a bar chart. */ public class SuperPowerChart extends Chart implements PropertyChangeListener, ActionListener, Observer { protected String[] raw_x;
From source file net.sourceforge.eclipsetrader.trading.views.WatchlistView.java
/** */ public class WatchlistView extends ViewPart implements ICollectionObserver, Observer { public static final String VIEW_ID = "net.sourceforge.eclipsetrader.watchlist"; public static final String PREFS_SHOW_TOTALS = "SHOW_TOTALS"; public static final String PREFS_SORTING = "SORT";
From source file org.ietr.preesm.mapper.ui.BestCostPlotter.java
/** * Plots the best cost found versus scheduling time. Can be latency or else * * @author pmenuet */ public class BestCostPlotter extends ApplicationFrame implements ActionListener, Observer {
From source file control.BarcodeController.java
/**
* Controls preparation and creation of barcode files
*
* @author Andreas Friedrich
*
*/
From source file org.sakaiproject.memory.impl.MemCache.java
/**
* <p>
* A Cache of objects with keys with a limited lifespan.
* </p>
* <p>
* When the object expires, the cache calls upon a CacheRefresher to update the key's value. The update is done in a separate thread.
From source file net.pms.newgui.LooksFrame.java
public class LooksFrame extends JFrame implements IFrame, Observer { private static final Logger LOGGER = LoggerFactory.getLogger(LooksFrame.class); private final AutoUpdater autoUpdater; private final PmsConfiguration configuration; public static final String START_SERVICE = "start.service";
From source file org.pdfsam.console.business.pdf.CmdExecuteManager.java
/** * Manager for the commands execution * * @author Andrea Vacondio */ public class CmdExecuteManager extends Observable implements Observer {