com.googlecode.androidannotations.processing
Class SeekBarTouchStartProcessor

java.lang.Object
  extended by com.googlecode.androidannotations.processing.AbstractTrackingTouchProcessor
      extended by com.googlecode.androidannotations.processing.SeekBarTouchStartProcessor
All Implemented Interfaces:
HasTarget, DecoratingElementProcessor

public class SeekBarTouchStartProcessor
extends AbstractTrackingTouchProcessor

Author:
Mathieu Boniface

Constructor Summary
SeekBarTouchStartProcessor(ProcessingEnvironment processingEnv, IRClass rClass)
           
 
Method Summary
protected  com.sun.codemodel.JMethod getMethodToCall(OnSeekBarChangeListenerHolder onSeekBarChangeListenerHolder)
           
 Class<? extends Annotation> getTarget()
           
 
Methods inherited from class com.googlecode.androidannotations.processing.AbstractTrackingTouchProcessor
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeekBarTouchStartProcessor

public SeekBarTouchStartProcessor(ProcessingEnvironment processingEnv,
                                  IRClass rClass)
Method Detail

getTarget

public Class<? extends Annotation> getTarget()

getMethodToCall

protected com.sun.codemodel.JMethod getMethodToCall(OnSeekBarChangeListenerHolder onSeekBarChangeListenerHolder)
Specified by:
getMethodToCall in class AbstractTrackingTouchProcessor


Copyright © 2010-2013. All Rights Reserved.