com.googlecode.androidannotations.processing
Class SeekBarTouchStopProcessor

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

public class SeekBarTouchStopProcessor
extends AbstractTrackingTouchProcessor

Author:
Mathieu Boniface

Constructor Summary
SeekBarTouchStopProcessor(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

SeekBarTouchStopProcessor

public SeekBarTouchStopProcessor(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.