org.androidtransfuse.analysis.astAnalyzer
Class ListenerAspect
java.lang.Object
org.androidtransfuse.analysis.astAnalyzer.ListenerAspect
public class ListenerAspect
- extends Object
Aspect associating listenable methods with the set of listening methods.
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListenerAspect
public ListenerAspect()
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.