List of usage examples for java.lang Runnable interface-usage
From source file MainClass.java
class PrintTask implements Runnable { private int sleepTime; private String threadName; public PrintTask(String name) {
From source file br.com.estudogrupo.online.DicionarioOnline03.java
/** * * @author higor */ public class DicionarioOnline03 implements Runnable {
From source file com.yen.actiondevice.endapplications.VLCControl.java
/**
*
*
* Exposes control of VLC media player (videolan.org) from java. VLC must be set
* up to open a telnet control on localhost:4444.
* <p>
From source file net.pandoragames.far.ui.swing.component.listener.AbstractFileOperationListener.java
/**
* Abstract base class for ActionListeners that operate on the set of selected files.
*
* @author Olivier Wehner
* <!--
* FAR - Find And Replace
From source file net.sf.zekr.engine.server.HttpServer.java
/**
* An abstract HTTP server model. An HTTP server implementation can be accessed through
* <code>getInstance()</code>.
*
* @author Mohsen Saboorian
*/
From source file org.duracloud.account.monitor.duplication.DuplicationMonitorDriver.java
/**
* This class is the driver that collects the input configuration elements
* necessary to then execute the DuplicationMonitor.
*
* @author Bill Branan
* Date: 4/17/13
From source file org.castor.cpa.test.test98.TreadedContainerLoader.java
@Ignore class TreadedContainerLoader implements Runnable { private static final Log LOG = LogFactory.getLog(TreadedContainerLoader.class); private static final int REPS = 100;
From source file ar.com.zauber.commons.dao.impl.ListRunnable.java
/**
* Runnable que corre otros {@link Runnable}s.
*
* @author Mariano Semelman
* @since Dec 2, 2009
*/
From source file Main.java
class JobRunnable implements Runnable { int _lineIdx; Future f; public JobRunnable(int lineIdx, Future previousFuture) { _lineIdx = lineIdx;
From source file ome.services.util.DropBoxDirectoryCheck.java
/**
* Hook run by the context at startup to create a drop-box directory per user.
* Also listens for {@link UserGroupUpdateEvent} messages and creates a new
* directory if necessary.
*
* @author Josh Moore, josh at glencoesoftware.com