org.androidtransfuse.analysis.astAnalyzer
Class RegistrationAspect

Package class diagram package RegistrationAspect
java.lang.Object
  extended by 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

Constructor Summary
RegistrationAspect()
           
 
Method Summary
 void addRegistrationbuilders(List<RegistrationGenerator> builders)
           
 List<RegistrationGenerator> getRegistrationBuilders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationAspect

public RegistrationAspect()
Method Detail

addRegistrationbuilders

public void addRegistrationbuilders(List<RegistrationGenerator> builders)

getRegistrationBuilders

public List<RegistrationGenerator> getRegistrationBuilders()


Copyright © 2012. All Rights Reserved.