Uses of Interface
org.apache.tapestry.internal.event.IComponentEventInvoker

Packages that use IComponentEventInvoker
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
org.apache.tapestry.internal.event.impl Event related internal classes only. 
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of IComponentEventInvoker in org.apache.tapestry
 

Methods in org.apache.tapestry that return IComponentEventInvoker
 IComponentEventInvoker AbstractComponent.getEventInvoker()
          Returns the event connection manager services that handles creating/accepting browser events associated with various properties of components.
 IComponentEventInvoker IComponent.getEventInvoker()
          Returns the event connection manager services that handles creating/accepting browser events associated with various properties of components.
 

Uses of IComponentEventInvoker in org.apache.tapestry.enhance
 

Methods in org.apache.tapestry.enhance with parameters of type IComponentEventInvoker
 void InjectEventInvokerWorker.setComponentEventInvoker(IComponentEventInvoker invoker)
           
 

Uses of IComponentEventInvoker in org.apache.tapestry.internal.event.impl
 

Classes in org.apache.tapestry.internal.event.impl that implement IComponentEventInvoker
 class ComponentEventInvoker
          Implementation of IComponentEventInvoker.
 

Uses of IComponentEventInvoker in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type IComponentEventInvoker
 void EventConnectionVisitor.setEventInvoker(IComponentEventInvoker invoker)
           
 

Uses of IComponentEventInvoker in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl with parameters of type IComponentEventInvoker
 void ComponentEventConnectionWorker.setEventInvoker(IComponentEventInvoker invoker)
          Sets the invoker to use/manage event connections.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.