org.androidtransfuse.analysis.astAnalyzer
Class RegistrationAspect
java.lang.Object
org.androidtransfuse.analysis.astAnalyzer.RegistrationAspect
public class RegistrationAspect
- extends Object
Aspect to associate an element (method, field or type) with a listener registration. This triggers the code generator to
register the given element with the identified resource. Typically this means generating an on*() like so:
resource.onClickListener(field);
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistrationAspect
public RegistrationAspect()
addRegistrationbuilders
public void addRegistrationbuilders(List<RegistrationGenerator> builders)
getRegistrationBuilders
public List<RegistrationGenerator> getRegistrationBuilders()
Copyright © 2012. All Rights Reserved.