List of usage examples for java.util Observable subclass-usage
From source file org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict.VisualConflict.java
/**
* Main class representing a conflict. It offers all kind of convenience methods
* and organizes the conflicts initialization.
*
* @author wesendon
*/
From source file cc.arduino.utils.network.FileDownloader.java
public class FileDownloader extends Observable { public enum Status { CONNECTING, // CONNECTION_TIMEOUT_ERROR, // DOWNLOADING, //
From source file org.eclipse.vorto.repository.RestModelRepository.java
public class RestModelRepository extends Observable implements IModelRepository { private static final String FILE_PARAMETER_NAME = "file"; private static final String FILE_DOWNLOAD_FORMAT = "file/%s/%s/%s"; private static final String MODELID_RESOURCE_FORMAT = "%s/%s/%s"; private static final String CHECKIN_FORMAT = "%s";
From source file org.sigimera.app.android.controller.PersistanceController.java
/**
* This class is responsible for saving and retrieving the concepts persistent.
*
* @author Corneliu-Valentin Stanciu
* @email corneliu.stanciu@sigimera.org
*/
From source file org.dhara.portal.web.airavataService.AiravataClientAPIServiceImpl.java
/** * Apache Airavata service class implementation */ @Component public class AiravataClientAPIServiceImpl extends Observable implements AiravataClientAPIService, Observer {
From source file it.nibbles.javacoin.block.BlockChainImpl.java
/** * The BlockChain is responsible for maintaining the list of valid Blocks * and also calculating the longest chain starting from the Genesis Block. * @author Robert Brautigam, Alessandro Polverini */ public class BlockChainImpl extends Observable implements BlockChain {
From source file org.marietjedroid.connect.MarietjeMessenger.java
/**
* Handles most of the messaging aspect
*
* @author Thom
*
*/
From source file org.openflexo.localization.LocalizedDelegateImpl.java
/**
* Provides a default implementation for a localized delegate.<br>
* Keys and values are managed and retrieved from language-specific dictionaries stored in a given directory<br>
*
* This class provides also a basic support for new entries management: this software part automatically add entries in all languages for
* all new entries, so provides an efficient and soft localized managing.
From source file net.aepik.alasca.core.ldap.Schema.java
/** * Cet objet est un schma LDAP au sens large. Il doit contenir des dfinitions * de type objectClass ou AttributeType, par l'intermdiaire de l'objet Java * SchemaObject. */ public class Schema extends Observable {
From source file com.hyron.poscafe.CashRegister.java
public class CashRegister extends Observable implements DataListener { public static final Log log = LogFactory.getLog(PosCafe.class); private static CashRegister cashRegister = getInstance(); private Cashier cashier; private Trans trans;