List of usage examples for java.util Observable subclass-usage
From source file org.tequila.template.directive.freemarker.JFileSection.java
/** * * @author iberck */ public class JFileSection extends Observable implements TemplateDirectiveModel, TemplateDirective {
From source file org.kontalk.model.KonMessage.java
/** * Base class for incoming and outgoing XMMP messages. * @author Alexander Bikadorov {@literal <bikaejkb@mail.tu-berlin.de>} */ public class KonMessage extends Observable implements Comparable<KonMessage> { private static final Logger LOGGER = Logger.getLogger(KonMessage.class.getName());
From source file org.hypertopic.HypertopicMap.java
/**
* v2 implementation of the Hypertopic client API.
* This is a 'lazy' object mapping: only IDs are stored,
* other data are retrieved on demand.
* To improve client cache efficiency,
* topic views are based on viewpoint views;
From source file es.uvigo.ei.sing.adops.datatypes.BatchProject.java
@Datatype(namingMethod = "getName", structure = Structure.LIST) public class BatchProject extends Observable implements HasConfiguration, Observer { private static final String CONFIGURATION_FILE = "batch.conf"; private static final Logger LOG = Logger.getLogger(BatchProject.class);
From source file org.metamorfosis.template.directive.freemarker.AppendFileSection.java
/** * * @author iberck */ public class AppendFileSection extends Observable implements TemplateDirectiveModel, TemplateDirective {
From source file org.sakaiproject.sitestats.impl.event.EntityBrokerEventRegistry.java
public class EntityBrokerEventRegistry extends Observable implements EventRegistry, EntityProviderListener<Statisticable> { private static Log LOG = LogFactory.getLog(EntityBrokerEventRegistry.class); private static final String CACHENAME = EntityBrokerEventRegistry.class.getName(); /** Event Registry members */
From source file org.catrobat.paintroid.ui.TopBar.java
public class TopBar extends Observable implements OnTouchListener, OnUpdateTopBarListener { public static enum ToolButtonIDs { BUTTON_ID_TOOL, BUTTON_ID_PARAMETER_TOP }
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 org.modelibra.DomainModel.java
/**
* <p>
* A domain model can be accessed only through one or more entries. An entry is
* an object of the IEntities type. The model is implemented as a map of
* entries. An entry key is the concept configuration and the entry value is an
* object of the IEntities type.