List of usage examples for java.lang Runnable interface-usage
From source file SwingSuspendResume.java
public class SwingSuspendResume extends JPanel implements Runnable { private static final String[] symbolList = { "|", "/", "-", "\\", "|", "/", "-", "\\" }; private Thread runThread;
From source file ru.codeinside.adm.CheckExecutionThread.java
final class CheckExecutionThread implements Runnable { private final ProcessEngine processEngine; private final CheckExecutionDates checkExecutionDates; CheckExecutionThread(ProcessEngine processEngine, CheckExecutionDates checkExecutionDates) {
From source file Main.java
class MyThread implements Runnable { CountDownLatch latch; MyThread(CountDownLatch c) { latch = c; new Thread(this).start();
From source file com.utdallas.s3lab.smvhunter.monkey.LogcatMonitor.java
/**
* Copyright (C) 2013 David Sounthiraraj
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
From source file ke.co.pixie.daemon.JavaDaemon.java
/**
* <p>Java UNIX daemon template.</p>
* <p>Title: JavaDaemon.java</p>
* <p>Description: This class implements the following methods to enable the
* Java Daemon:<br /><br />
* <ul>
From source file org.our.android.ouracademy.p2p.P2PSession.java
public class P2PSession implements Runnable { private Socket clientSock; /** *
From source file com.utdallas.s3lab.smvhunter.monkey.UDPMonitor.java
/**
* Copyright (C) 2013 David Sounthiraraj
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
From source file StaticGenerator.java
public class StaticGenerator extends JComponent implements Runnable { byte[] data; BufferedImage image; Random random;
From source file de.root1.kad.smartvisu.AsyncReadRunnable.java
/** * * @author achristian */ public class AsyncReadRunnable implements Runnable {
From source file actions.GetHash.java
/**
* Generates a hash of a string or a file using the Apache Commons Codec.
*
* This file is part of Checksum Calculator.
*
* Copyright (C) 2015 droppinstackz