org.androidannotations.handler
Class UiThreadHandler

java.lang.Object
  extended by org.androidannotations.handler.BaseAnnotationHandler<EComponentHolder>
      extended by org.androidannotations.handler.AbstractRunnableHandler
          extended by org.androidannotations.handler.UiThreadHandler
All Implemented Interfaces:
AnnotationHandler<EComponentHolder>

public class UiThreadHandler
extends AbstractRunnableHandler


Field Summary
 
Fields inherited from class org.androidannotations.handler.BaseAnnotationHandler
androidManifest, androidSystemServices, processHolder, processingEnv, rClass, validatedModel, validatorHelper
 
Constructor Summary
UiThreadHandler(ProcessingEnvironment processingEnvironment)
           
 
Method Summary
 void process(Element element, EComponentHolder holder)
           
 
Methods inherited from class org.androidannotations.handler.AbstractRunnableHandler
validate
 
Methods inherited from class org.androidannotations.handler.BaseAnnotationHandler
classes, codeModel, generateApiClass, getTarget, processingEnvironment, refClass, refClass, setAndroidEnvironment, setProcessHolder, setValidatedModel, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiThreadHandler

public UiThreadHandler(ProcessingEnvironment processingEnvironment)
Method Detail

process

public void process(Element element,
                    EComponentHolder holder)
             throws Exception
Throws:
Exception


Copyright © 2010-2014. All Rights Reserved.