List of usage examples for java.lang Runnable interface-usage
From source file com.blogspot.jabelarminecraft.movinglightsource.VersionChecker.java
/** * @author jabelar * */ public class VersionChecker implements Runnable { private static boolean isLatestVersion = false;
From source file org.wso2.carbon.identity.application.authentication.framework.store.SessionDataPersistTask.java
/** * Task to persist and remove session data */ public class SessionDataPersistTask implements Runnable { private static final Log log = LogFactory.getLog(SessionDataPersistTask.class);
From source file com.tc.websocket.runners.TempFileMonitor.java
/** * The Class TempFileMonitor. */ public class TempFileMonitor implements Runnable { /** The Constant LOG. */
From source file ca.ualberta.cs.swapmyride.Misc.DeletePhotoRunnable.java
/** * Given a photoId and a url the photo is attempted to be deleted from the server * * Created by Garry on 2015-11-29. */ public class DeletePhotoRunnable implements Runnable {
From source file org.bcsphere.bclog.DebugRunnable.java
public class DebugRunnable implements Runnable { private CallbackContext mCallback = null; private static boolean onOrOff = false; private String[] filterLog = { "logcat", "BtGatt.GattService:v *:S", "BtGatt.btif:v *:S", "bt-l2cap:v *:S", "BtGatt.ContextMap:v *:S", "bt-btm:v *:S", "BluetoothConnextionReceiver:v *:S",
From source file com.krzysztofzabinski.publication1.Remover.java
/** * * @author krzysztofzabinski */ public class Remover implements Runnable {
From source file io.renren.modules.job.utils.ScheduleRunnable.java
/**
*
*
* @author Mark sunlightcs@gmail.com
* @since 1.2.0 2016-11-28
*/
From source file org.openhab.binding.upb.internal.UPBReader.java
/**
* This class monitors the input stream of a UPB modem. This is done
* asynchronously. When messages are received, they are broadcast to all
* subscribed {@link Listener listeners}.
*
* @author cvanorman
From source file org.wso2.andes.kernel.MessageContentRemoverTask.java
/** * This class is used as a task to delete message content at scheduled period */ public class MessageContentRemoverTask implements Runnable { private static Log log = LogFactory.getLog(MessageContentRemoverTask.class);
From source file ca.ualberta.cs.swapmyride.Misc.DeleteUserRunnable.java
/** * Given a username and a url the user is attempted to be deleted from the server * * Created by Garry on 2015-11-25. */ public class DeleteUserRunnable implements Runnable {