Module
tapestry.event
Back to master index
Service Point tapestry.event.EventInvoker
Interface:
org.apache.tapestry.internal.event.IComponentEventInvoker
Manages invoking / connecting events between components and browser.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
singleton
" >
<construct
class
="
org.apache.tapestry.internal.event.impl.ComponentEventInvoker
" >
<event-listener
service-id
="
tapestry.ResetEventHub
" />
<set-object
property
="
invoker
"
value
="
infrastructure:listenerInvoker
" />
</construct>
</invoke-factory>
Module
tapestry.event
Back to master index