List of usage examples for java.util Observer interface-usage
From source file org.kontalk.model.KonThread.java
/** * A model for a conversation thread consisting of an ordered list of messages. * Changes of user in this thread are forwarded. * @author Alexander Bikadorov {@literal <bikaejkb@mail.tu-berlin.de>} */ public final class KonThread extends Observable implements Comparable<KonThread>, Observer {
From source file ca.sfu.federation.model.Component.java
/**
* <p>
* Component is an implementation of a Processing Element of the Systolic Array.
* Component performs user defined units of computing, such as creating geometric
* objects, performing logical operations on objects or sets of objects, and
* selecting objects. Component may produce side effects on other Components or
From source file ch.ethz.twimight.activities.TwimightBaseActivity.java
/**
* The base activity for all Twimight activities.
*
* @author thossmann
*
*/
From source file com.inaetics.demonstrator.MainActivity.java
public class MainActivity extends AppCompatActivity implements Observer { private Model model; private MyConfig config; private Button btn_start;
From source file com.moneydance.modules.features.importlist.io.FileAdmin.java
/** * This core class coordinates and delegates operations on the file system. * * @author Florian J. Breunig */ public final class FileAdmin extends Observable implements Observer {
From source file ecg.ecgshow.ECGShowUI.java
/** * * @author MCH */ public class ECGShowUI extends JPanel implements Observer {
From source file edu.ucsd.hci.spaces.pen.SpacesPenClient.java
/** * The Class RefreshMyDesktop. */ public class SpacesPenClient extends DefaultClient implements Observer { private static final Logger LOGGER = Logger.getLogger(PenClient.class.getName());
From source file org.kuali.kfs.module.tem.document.web.struts.AddActualExpenseDetailEvent.java
public class AddActualExpenseDetailEvent implements Observer { public static Logger LOG = Logger.getLogger(AddActualExpenseDetailEvent.class); protected volatile TravelExpenseService travelExpenseService;
From source file eu.thecoder4.gpl.pleftdroid.PleftDroidActivity.java
/**
*
* @author r.massera
*
* This is the Main Activity of the app.
*
From source file ca.sfu.federation.model.Scenario.java
/**
* Scenario is a SystolicArray that manages collections of object instances and
* their instance parameters, peforms operations on collections of instances,
* and maintains metadata describing the context of the Scenario object.
* Scenario is comprised of objects that fall into one of two categories.
* Contextual objects are those which can be referenced but that can not be