List of usage examples for java.util Observer interface-usage
From source file devfest2015.asciimmo.MainActivity.java
/** * The main activity. */ public class MainActivity extends ActionBarActivity implements Observer { private static final String TAG = "MainActivity"; private CastConnectionFragment mCastConnectionFragment;
From source file ca.sfu.federation.viewer.propertysheet.BehaviorPropertySheet.java
/** * @author Davis Marques */ public class BehaviorPropertySheet extends JPanel implements Observer { private static final Logger logger = Logger.getLogger(BehaviorPropertySheet.class.getName());
From source file org.dspace.installer_edm.InstallerEDMConf.java
/**
* @class InstallerEDMConf
*
* Clase para lanzar la configuracin de los archivos de dspace para poder usar askosi
* Extiende la clase {@link InstallerEDMBase}
*
From source file com.google.cast.samples.games.starcast.MainActivity.java
/** * The main activity. */ public class MainActivity extends ActionBarActivity implements Observer { private static final String TAG = "MainActivity"; private CastConnectionFragment mCastConnectionFragment;
From source file org.sakaiproject.conditions.impl.BaseConditionService.java
public class BaseConditionService implements ConditionService, Observer { private static Log log = LogFactory.getLog(BaseConditionService.class); private Map<String, String> eventLookup = new HashMap<String, String>(); private Map<String, ConditionProvider> registeredProviders = new HashMap<String, ConditionProvider>();
From source file org.rifidi.emulator.reader.command.controller.abstract_.AbstractCommandController.java
/**
* An AbstractCommandController defines the basic relationships which a
* CommandController has. It contains a Communication to send command responses
* through. It has a current CommandControllerOperatingState and current
* CommandControllerPowerState which are used to dictate the functionality of
* the processCommand method. This class implements the shuttling of data
From source file com.seanmadden.net.fast.FastInterpretype.java
public class FastInterpretype implements Observer { private JSONObject config = new JSONObject(); private SerialInterface si = null; private MainWindow mw = null;
From source file org.openhie.openempi.jobqueue.impl.JobQueueProcessor.java
public class JobQueueProcessor extends UniversalManagerImpl implements Observer, Runnable, Parameterizable { protected final Log log = LogFactory.getLog(getClass()); private java.util.Map<String, Object> parameters; private JobEntryDao jobEntryDao; private String username; private String password;
From source file it.infn.ct.futuregateway.apiserver.resources.observers.TaskObserver.java
/**
* Observes the changes in a task and takes due actions.
* This observer verify the status of the task after the changes and take the
* corresponding actions to enable the following steps. As en example, if the
* task is READY then the TaskObserber will schedule it.
*
From source file it.unibas.spicygui.controllo.window.ActionComposition.java
public class ActionComposition extends CallableSystemAction implements Observer { private static Log logger = LogFactory.getLog(ActionComposition.class); private Modello modello; private LastActionBean lastActionBean;