List of usage examples for java.util Observer interface-usage
From source file org.rifidi.emulator.reader.module.abstract_.AbstractPowerModule.java
/**
* A AbstractPowerModule is a PowerControllable which holds a PowerState. The
* current PowerState of the module is what dictates its PowerControllable
* behavior.
*
* @author John Olender - john@pramari.com
From source file org.examproject.websocket.SiteVisitorWebSocket.java
/** * @author hiroxpepe */ public class SiteVisitorWebSocket implements WebSocket.OnTextMessage, Observer { private static final Log LOG = LogFactory.getLog(SiteVisitorWebSocket.class);
From source file com.mycompany.frogsssa.testDD.java
public class testDD implements Observer, DDEvents { DDClient client = null; String name; public testDD(String dealer, String keyfile, String name, String customer) { try {
From source file it.grid.storm.authz.sa.conf.FileAuthzDBParser.java
public class FileAuthzDBParser implements Observer { private FileAuthzDBReader fileReader; private final PropertiesConfiguration authzFileDBProperties; private final AuthzDBInterface authzFileDB; private SpaceAuthzInterface spaceAuthz = null;
From source file org.sakaiproject.samigo.impl.SamigoObserver.java
public class SamigoObserver implements Observer { private static final Logger log = LoggerFactory.getLogger(SamigoObserver.class); public void init() { log.info("init()"); eventTrackingService.addLocalObserver(this);
From source file com.google.cast.samples.games.gamedebugger.MainActivity.java
/** * The main activity. */ public class MainActivity extends ActionBarActivity implements Observer { private static final String TAG = "MainActivity"; private CastConnectionFragment mCastConnectionFragment;
From source file com.moneydance.modules.features.importlist.io.TransactionFileListenerTest.java
/** * @author Florian J. Breunig */ public final class TransactionFileListenerTest implements Observer { private TransactionFileListener listener;
From source file org.vaadin.peholmst.samples.dddwebinar.ui.appointments.BillingSection.java
@ViewScope @SpringComponent public class BillingSection extends VerticalLayout implements Observer { @Autowired BillingModel model;
From source file it.unibas.spicygui.controllo.preprocessing.ActionChangeDelimiter.java
public class ActionChangeDelimiter extends CallableSystemAction implements Observer { private static Log logger = LogFactory.getLog(ActionUnpivotCSV.class); private Modello modello; private LastActionBean lastActionBean; Vista vista;
From source file org.rifidi.emulator.io.comm.ip.tcpserver.TCPServerCommunicationSampleServer.java
/**
* A sample test server for a TCPServerCommunication.
*
* @author John Olender - john@pramari.com
* @since <$INITIAL_VERSION$>
* @version <$CURRENT_VERSION$>