List of usage examples for android.os Handler subclass-usage
From source file com.comu.android.LoginHandler.java
/** * A handler for the login page. * * @author yariv */ public class LoginHandler extends Handler {
From source file org.sufficientlysecure.keychain.service.KeychainIntentServiceHandler.java
public class KeychainIntentServiceHandler extends Handler { // possible messages send from this service to handler on ui public static final int MESSAGE_OKAY = 1; public static final int MESSAGE_EXCEPTION = 2; public static final int MESSAGE_UPDATE_PROGRESS = 3;
From source file com.facebook.stream.LoginHandler.java
/** * A handler for the login page. * * @author yariv */ public class LoginHandler extends Handler {
From source file id.nci.stm_9.KeychainIntentServiceHandler.java
public class KeychainIntentServiceHandler extends Handler { // possible messages send from this service to handler on ui public static final int MESSAGE_OKAY = 1; public static final int MESSAGE_EXCEPTION = 2; public static final int MESSAGE_UPDATE_PROGRESS = 3;
From source file org.ale.scanner.zotero.web.APIHandler.java
public abstract class APIHandler extends Handler { public static final String CLASS_TAG = APIHandler.class.getCanonicalName(); public static final int START = 0; public static final int STATUSLINE = 1;
From source file de.tobiasbielefeld.solitaire.handler.AfterWonHandler.java
/** * Handler to show the menu after the win animation */ public class AfterWonHandler extends Handler {
From source file org.chronotext.cross.CrossBridge.java
public class CrossBridge extends Handler implements BridgeListener { /* * PARALLEL TO chronotext/cross/CrossSketch.h */ public static final int ACTION_CAPTURE_BACK = 1; public static final int ACTION_RELEASE_BACK = 2;
From source file org.chronotext.cinder.CinderBridge.java
public class CinderBridge extends Handler implements BridgeListener { /* * PARALLEL TO chronotext/cinder/CinderSketch.h */ public static final int ACTION_CAPTURE_BACK = 1; public static final int ACTION_RELEASE_BACK = 2;
From source file org.thialfihar.android.apg.service.ApgIntentServiceHandler.java
public class ApgIntentServiceHandler extends Handler { // possible messages send from this service to handler on ui public static final int MESSAGE_OKAY = 1; public static final int MESSAGE_EXCEPTION = 2; public static final int MESSAGE_UPDATE_PROGRESS = 3;
From source file com.onebus.zxing.decoding.CaptureActivityHandler.java
/** * This class handles all the messaging which comprises the state machine for capture. */ public final class CaptureActivityHandler extends Handler { private static final String TAG = CaptureActivityHandler.class.getSimpleName();