List of usage examples for java.util Observer interface-usage
From source file be.vds.jtbdive.client.view.core.dive.profile.DiveProfileChartPanelEditor.java
public class DiveProfileChartPanelEditor extends JPanel implements Observer, DiveProfileGraph { private static final long serialVersionUID = 741488154766575036L; private XYPlot plot; private ChartPanel panel; private XYSeries depthSerie;
From source file com.ebay.erl.mobius.core.collection.BigTupleList.java
/**
* Stores one to many {@link Tuple} elements.
* <p>
*
* By default, the tuples are stored in memory,
* but if the memory is insufficient, the tuples
From source file org.openobservatory.ooniprobe.activity.MainActivity.java
public class MainActivity extends AppCompatActivity implements Observer { private DrawerLayout mDrawerLayout; private ListView mDrawerList; private ActionBarDrawerToggle mDrawerToggle; private CharSequence mDrawerTitle;
From source file it.unibas.spicygui.controllo.file.ActionSaveMappingTask.java
public class ActionSaveMappingTask extends CallableSystemAction implements Observer { private static Log logger = LogFactory.getLog(ActionSaveMappingTask.class); private Modello modello; private Vista vista; private LastActionBean lastActionBean;
From source file org.risk.model.MapVisualization.java
/**
* This Class is used to Create the map on the screen using JUNG Class Library
*
* @author Arij
*
*/
From source file DashboardInterface.LaunchGraph.java
/**
* This UI class implements the graph of relevant data about a launch using the
* JFreechart library
*
* @author Alex
*/
From source file gui.graph.AbstractTimeSeriesGraph.java
/** * Class that contains a data against Time Graph. Includes data structures and * methods to update the graph. */ public abstract class AbstractTimeSeriesGraph extends JPanel implements Observer { public static Logger logger = Logger.getLogger(AbstractTimeSeriesGraph.class);
From source file org.theospi.portfolio.worksite.mgt.impl.SiteEventListener.java
public class SiteEventListener extends HibernateDaoSupport implements Observer { protected final transient Log logger = LogFactory.getLog(getClass()); public final static String LISTENER_PROPERTY_TAG = "theospi.toolListenerId"; private ComponentManager componentManager; private EntityManager entityManager;
From source file jchrest.gui.Shell.java
/** * The main panel for the Chrest shell. * * @author Peter C. R. Lane */ public class Shell extends JFrame implements Observer {
From source file org.sigimera.app.android.CrisesListFragment.java
/** * @author Corneliu-Valentin Stanciu, Alex Oberhauser * @email corneliu.stanciu@sigimera.org, alex.oberhauser@sigimera.org */ public class CrisesListFragment extends Fragment implements Observer { private ArrayList<Crisis> crises;