List of usage examples for java.util Observer interface-usage
From source file com.google.cast.samples.games.codelab.MainActivity.java
/** * The main activity. Fragments are loaded for the various stages in the UI. */ public class MainActivity extends AppCompatActivity implements Observer { private static final String TAG = "MainActivity";
From source file com.fallahpoor.infocenter.fragments.battery.BatteryFragment.java
/**
* BatteryFragment displays some information about the battery of the device
* including its status, charge level, build technology etc.
*
* @author Masood Fallahpoor
*/
From source file ca.sfu.federation.model.Behavior.java
/**
* Behaviors are concerned with the question of what should happen to a 'host'
* object, or what a host object should do when the world around that object
* changes. Behaviors decouple the interaction between an object and its
* environment and provide facilities for describing what aspects of the
* environment should be observed and what should happen when changes of
From source file org.squale.squaleweb.resources.MessageResourcesProxy.java
/** * Proxy des ressources struts Les messages affichs sous struts proviennent de deux sources : les messages statiqques * dfinis dans un fichier de proprits les messages dynamiques dfinis dans la base de donnes */ public class MessageResourcesProxy extends MessageResources implements Observer { /**
From source file InterfaceModule.View.java
/** * * @author Pedro */ public class View extends javax.swing.JFrame implements Observer {
From source file org.apache.axiom.attachments.lifecycle.impl.DataHandlerExtImpl.java
public class DataHandlerExtImpl extends DataHandler implements DataHandlerExt, Observer { private static final Log log = LogFactory.getLog(DataHandlerExtImpl.class); private DataHandler dataHandler = null; private LifecycleManager manager = null; private static int READ_COUNT = 1;
From source file de.costache.calendar.util.IndexedEventCollection.java
/** * @author theodorcostache */ class IndexedEventCollection extends Observable implements Observer, EventCollection { private final MultiHashMap indexedEvents;
From source file userinterface.graph.SeriesSettingsList.java
/** * Representation of an axis of a Graph. * The settings are propagated to the JFreeChart library. */ @SuppressWarnings("serial") public class SeriesSettingsList extends AbstractListModel implements Observer {
From source file org.fosstrak.ale.server.readers.CompositeReader.java
/** * represents a compositeReader that is a composition of different logicalreaders. * @author swieland * */ public class CompositeReader extends LogicalReader implements Observer {
From source file org.sakaiproject.gcalendar.impl.GcalEventWatcher.java
/** * This observer is notified when a site duplication is finished so it can remove the gcalid for the original site * from the new site properties. */ public class GcalEventWatcher implements Observer {