List of usage examples for java.util Observer interface-usage
From source file org.kuali.kfs.module.tem.document.web.struts.AddImportedExpenseDetailEvent.java
public class AddImportedExpenseDetailEvent implements Observer { public static Logger LOG = Logger.getLogger(AddImportedExpenseDetailEvent.class); private static final int WRAPPER_ARG_IDX = 0; private static final int SELECTED_LINE_ARG_IDX = 1;
From source file ca.ualberta.trinkettrader.Inventory.Trinket.TrinketDetailsActivity.java
/**
* Android activity for displaying the details of a trinket. Some of the trinkets details are
* displayed statically, and there are buttons that allow you to delete the trinket or edit its
* details with the AddOrEditTrinketActivity. If the trinket has photos attached to it those will
* be displayed, too.
*/
From source file ca.sfu.federation.model.Assembly.java
/** * A parametric object. * @author Davis Marques */ public class Assembly extends Observable implements IContext, IViewable, IUpdateable, Observer, Serializable {
From source file org.codetrack.database.file.FileDatabaseConnection.java
/**
* File stream serializer DatabaseConnection implementation
*
* @author josecmoj at 02/05/15.
* @see DatabaseConnection
* @see FileDatabase
From source file it.unibas.spicygui.controllo.mapping.ActionExportTranslatedInstances.java
public class ActionExportTranslatedInstances extends CallableSystemAction implements Observer { private static Log logger = LogFactory.getLog(ActionExportTranslatedInstances.class); private LastActionBean lastActionBean; private Modello modello; private Vista vista;
From source file ca.sfu.federation.viewer.propertysheet.PlanePropertySheet.java
/** * @author Davis Marques */ public class PlanePropertySheet extends javax.swing.JPanel implements Observer { private static final Logger logger = Logger.getLogger(PlanePropertySheet.class.getName());
From source file it.unibas.spicygui.controllo.mapping.ActionExportTranslatedInstancesCsv.java
public class ActionExportTranslatedInstancesCsv extends CallableSystemAction implements Observer { private static Log logger = LogFactory.getLog(ActionExportTranslatedInstances.class); private LastActionBean lastActionBean; private Modello modello; private Vista vista;
From source file it.unibas.spicygui.controllo.file.ActionSaveAsMappingTask.java
public class ActionSaveAsMappingTask extends CallableSystemAction implements Observer { private static Log logger = LogFactory.getLog(ActionSaveAsMappingTask.class); private Modello modello; private Vista vista; private LastActionBean lastActionBean;
From source file it.unibas.spicygui.controllo.tree.ActionShowHideFunctionalDependencies.java
public class ActionShowHideFunctionalDependencies extends AbstractAction implements Observer { private static Log logger = LogFactory.getLog(ActionShowHideFunctionalDependencies.class); private Modello modello = null; private LastActionBean lastActionBean;
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;