org.androidannotations.handler
Class AbstractRunnableHandler

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

public abstract class AbstractRunnableHandler
extends BaseAnnotationHandler<EComponentHolder>


Field Summary
 
Fields inherited from class org.androidannotations.handler.BaseAnnotationHandler
androidManifest, androidSystemServices, processHolder, processingEnv, rClass, validatedModel, validatorHelper
 
Constructor Summary
AbstractRunnableHandler(Class<?> targetClass, ProcessingEnvironment processingEnvironment)
           
 
Method Summary
 void validate(Element element, AnnotationElements validatedElements, IsValid valid)
           
 
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
 
Methods inherited from interface org.androidannotations.handler.AnnotationHandler
process
 

Constructor Detail

AbstractRunnableHandler

public AbstractRunnableHandler(Class<?> targetClass,
                               ProcessingEnvironment processingEnvironment)
Method Detail

validate

public void validate(Element element,
                     AnnotationElements validatedElements,
                     IsValid valid)
Specified by:
validate in class BaseAnnotationHandler<EComponentHolder>


Copyright © 2010-2014. All Rights Reserved.