org.apache.tapestry.pageload
Class EventConnectionVisitor

java.lang.Object
  extended by 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.


Constructor Summary
EventConnectionVisitor()
           
 
Method Summary
 void activateService()
           
 void passivateService()
           
 void setEventInvoker(IComponentEventInvoker invoker)
           
 void visitComponent(IComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventConnectionVisitor

public EventConnectionVisitor()
Method Detail

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.