org.androidtransfuse.analysis.astAnalyzer
Class ListenerAspect

Package class diagram package ListenerAspect
java.lang.Object
  extended by org.androidtransfuse.analysis.astAnalyzer.ListenerAspect

public class ListenerAspect
extends Object

Aspect associating listenable methods with the set of listening methods.

Author:
John Ericksen

Constructor Summary
ListenerAspect()
           
 
Method Summary
 void addMethodCallback(String name, ASTMethod method)
           
 boolean contains(String name)
           
 Set<ASTMethod> getListeners(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerAspect

public ListenerAspect()
Method Detail

addMethodCallback

public void addMethodCallback(String name,
                              ASTMethod method)

getListeners

public Set<ASTMethod> getListeners(String name)

contains

public boolean contains(String name)


Copyright © 2012. All Rights Reserved.