public abstract class ViewVisitor extends java.lang.Object implements Pathfinder.Accumulator
| 限定符 | 构造器和说明 |
|---|---|
protected |
ViewVisitor(java.util.List<Pathfinder.PathElement> path) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
cleanup()
清除所有事件监听,调用后ViewVisitor将失效
|
protected abstract java.lang.String |
name() |
void |
visit(android.view.View rootView) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccumulateprotected ViewVisitor(java.util.List<Pathfinder.PathElement> path)