com.googlecode.androidannotations.validation
Class AbstractSeekBarTouchValidator

java.lang.Object
  extended by com.googlecode.androidannotations.validation.AbstractSeekBarTouchValidator
All Implemented Interfaces:
HasTarget, ElementValidator
Direct Known Subclasses:
SeekBarTouchStartValidator, SeekBarTouchStopValidator

public abstract class AbstractSeekBarTouchValidator
extends Object
implements ElementValidator


Constructor Summary
AbstractSeekBarTouchValidator(ProcessingEnvironment processingEnv, IRClass rClass)
           
 
Method Summary
 boolean validate(Element element, AnnotationElements validatedElements)
          Method used to filter validated elements from annotated elements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.googlecode.androidannotations.helper.HasTarget
getTarget
 

Constructor Detail

AbstractSeekBarTouchValidator

public AbstractSeekBarTouchValidator(ProcessingEnvironment processingEnv,
                                     IRClass rClass)
Method Detail

validate

public boolean validate(Element element,
                        AnnotationElements validatedElements)
Description copied from interface: ElementValidator
Method used to filter validated elements from annotated elements

Specified by:
validate in interface ElementValidator
Parameters:
element - the element to validate
validatedElements - to already validated elements
Returns:
true if the element should be added to the validatedElements, false otherwise


Copyright © 2010-2013. All Rights Reserved.