List of usage examples for android.os Handler subclass-usage
From source file cc.wulian.smarthomev5.fragment.singin.handler.DecodeHandler.java
final class DecodeHandler extends Handler { private static final String TAG = DecodeHandler.class.getSimpleName(); private final IQRScanHandlerResult scanHandlerResult; private final MultiFormatReader multiFormatReader;
From source file com.zxing.qrcode.decoding.CaptureActivityHandler.java
/**
* This class handles all the messaging which comprises the state machine for
* capture.
*
* @author dswitkin@google.com (Daniel Switkin)
*/
From source file com.aboveware.common.crouton.Manager.java
/** * Manages the lifecycle of {@link Crouton}s. */ public final class Manager extends Handler { private static final class Messages { private Messages() { /* no-op */
From source file com.xguanjia.hx.common.crouton.Manager.java
/** * Manages the lifecycle of {@link Crouton}s. */ final class Manager extends Handler { private static final class Messages { private Messages() { /* no-op */
From source file autobahn.WebSocketWriter.java
/**
* WebSocket writer, the sending leg of a WebSockets connection.
* This is run on it's background thread with it's own message loop.
* The only method that needs to be called (from foreground thread) is forward(),
* which is used to forward a WebSockets message to this object (running on
* background thread) so that it can be formatted and sent out on the
From source file com.smallzhi.autobahn.WebSocketWriter.java
/**
* WebSocket writer, the sending leg of a WebSockets connection.
* This is run on it's background thread with it's own message loop.
* The only method that needs to be called (from foreground thread) is forward(),
* which is used to forward a WebSockets message to this object (running on
* background thread) so that it can be formatted and sent out on the
From source file com.yixia.zi.widget.crouton.Manager.java
/** * Manages the lifecycle of {@link Crouton}s. */ final class Manager extends Handler { private static final class Messages { private Messages() { /* no-op */
From source file com.pbi.dvb.websocket.WebSocketWriter.java
/**
* WebSocket writer, the sending leg of a WebSockets connection.
* This is run on it's background thread with it's own message loop.
* The only method that needs to be called (from foreground thread) is forward(),
* which is used to forward a WebSockets message to this object (running on
* background thread) so that it can be formatted and sent out on the
From source file sol.demo.seegeek.websocket.WebSocketWriter.java
/**
* WebSocket writer, the sending leg of a WebSockets connection.
* This is run on it's background thread with it's own message loop.
* The only method that needs to be called (from foreground thread) is forward(),
* which is used to forward a WebSockets message to this object (running on
* background thread) so that it can be formatted and sent out on the
From source file com.oddrun.befrest.connectivity.WebSocketWriter.java
/**
* WebSocket writer, the sending leg of a WebSockets connection.
* This is run on it's background thread with it's own message loop.
* The only method that needs to be called (from foreground thread) is forward(),
* which is used to forward a WebSockets message to this object (running on
* background thread) so that it can be formatted and sent out on the