org.apache.tapestry.pageload
Class EventConnectionVisitor
java.lang.Object
org.apache.tapestry.pageload.EventConnectionVisitor
- All Implemented Interfaces:
- org.apache.hivemind.PoolManageable, IComponentVisitor
public class EventConnectionVisitor
- extends Object
- implements IComponentVisitor, org.apache.hivemind.PoolManageable
Handles connecting up components and forms targeted with the EventListener annotation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventConnectionVisitor
public EventConnectionVisitor()
visitComponent
public void visitComponent(IComponent component)
- Specified by:
visitComponent
in interface IComponentVisitor
activateService
public void activateService()
- Specified by:
activateService
in interface org.apache.hivemind.PoolManageable
passivateService
public void passivateService()
- Specified by:
passivateService
in interface org.apache.hivemind.PoolManageable
setEventInvoker
public void setEventInvoker(IComponentEventInvoker invoker)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.