org.androidannotations.handler
Class AbstractSeekBarTouchHandler
java.lang.Object
org.androidannotations.handler.BaseAnnotationHandler<EComponentWithViewSupportHolder>
org.androidannotations.handler.AbstractSeekBarTouchHandler
- All Implemented Interfaces:
- AnnotationHandler<EComponentWithViewSupportHolder>
- Direct Known Subclasses:
- SeekBarTouchStartHandler, SeekBarTouchStopHandler
public abstract class AbstractSeekBarTouchHandler
- extends BaseAnnotationHandler<EComponentWithViewSupportHolder>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSeekBarTouchHandler
public AbstractSeekBarTouchHandler(Class<?> targetClass,
ProcessingEnvironment processingEnvironment)
setAndroidEnvironment
public void setAndroidEnvironment(IRClass rClass,
AndroidSystemServices androidSystemServices,
AndroidManifest androidManifest)
- Specified by:
setAndroidEnvironment
in interface AnnotationHandler<EComponentWithViewSupportHolder>
- Overrides:
setAndroidEnvironment
in class BaseAnnotationHandler<EComponentWithViewSupportHolder>
validate
public void validate(Element element,
AnnotationElements validatedElements,
IsValid valid)
- Specified by:
validate
in class BaseAnnotationHandler<EComponentWithViewSupportHolder>
process
public void process(Element element,
EComponentWithViewSupportHolder holder)
throws Exception
- Throws:
Exception
getMethodBodyToCall
protected abstract com.sun.codemodel.JBlock getMethodBodyToCall(OnSeekBarChangeListenerHolder onSeekBarChangeListenerHolder)
getMethodParamToPass
protected abstract com.sun.codemodel.JVar getMethodParamToPass(OnSeekBarChangeListenerHolder onSeekBarChangeListenerHolder)
Copyright © 2010-2014. All Rights Reserved.