List of usage examples for java.util Observer interface-usage
From source file org.zaproxy.zap.extension.httppanel.view.syntaxhighlight.HttpPanelSyntaxHighlightTextArea.java
public abstract class HttpPanelSyntaxHighlightTextArea extends RSyntaxTextArea implements Observer { private static final long serialVersionUID = -9082089105656842054L; private static Logger log = Logger.getLogger(HttpPanelSyntaxHighlightTextArea.class);
From source file com.amalto.workbench.editors.AMainPageV2.java
public abstract class AMainPageV2 extends AFormPage implements ModifyListener, Observer { private static Log log = LogFactory.getLog(AMainPageV2.class); protected boolean comitting;
From source file it.unibas.spicygui.controllo.mapping.ActionTranslate.java
public class ActionTranslate extends CallableSystemAction implements Observer { private static Log logger = LogFactory.getLog(ActionTranslate.class); private Modello modello; private Vista vista; private LastActionBean lastActionBean;
From source file org.muse.mneme.impl.SubmissionCacheImpl.java
/**
* <p>
* A Cache of objects with keys with a limited lifespan, with special handling for extra information in the usage event reference that is not used for
* the cache key.
* </p>
*/
From source file edu.ucla.stat.SOCR.chart.demo.PowerTransformQQNormalPlotChart.java
/** * A simple demonstration application showing how to create a line chart using * data from an {@link XYDataset}. * */ public class PowerTransformQQNormalPlotChart extends SuperXYChart_QQ
From source file it.unibas.spicygui.controllo.addtable.ActionAddTargetTable.java
public final class ActionAddTargetTable extends CallableSystemAction implements Observer { private static Log logger = LogFactory.getLog(ActionAddSourceTable.class); private WizardDescriptor.Panel[] panels; private Modello modello; private LastActionBean lastActionBean;
From source file co.carlosandresjimenez.android.gotit.AddCheckInFragment.java
/** * Created by carlosjimenez on 10/5/15. */ public class AddCheckInFragment extends DialogFragment implements Observer, TimePickerFragment.Listener { private static final String LOG_TAG = AddCheckInFragment.class.getSimpleName();
From source file dbseer.gui.panel.DBSeerMiddlewarePanel.java
/** * Created by dyoon on 2014. 6. 3.. */ public class DBSeerMiddlewarePanel extends JPanel implements ActionListener, Observer { private String id; private String password;
From source file edu.ucla.stat.SOCR.analyses.gui.ConfidenceIntervalAnalysis.java
/** Confidence Interval */ public class ConfidenceIntervalAnalysis extends Analysis implements PropertyChangeListener, Observer { // This must be the same as what's in the HashMap pointed by Data // Otherwise you won't get anything. ConfidenceControlPanel confidenceControlPanel;
From source file it.unibas.spicygui.controllo.file.ActionOpenMappingTask.java
public class ActionOpenMappingTask extends CallableSystemAction implements Observer { private static Log logger = LogFactory.getLog(ActionOpenMappingTask.class); private Modello modello; private Vista vista; private ActionViewSchema actionViewSchema;