Module tapestry.listener
Back to master index

[public] Service Point tapestry.listener.ListenerMapSource Interface: org.apache.tapestry.listener.ListenerMapSource
A source for listener maps, which map a listener method name to the invocation of a public instance method with the same name.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="ListenerMapSourceImpl" >
      • <event-listener service-id="tapestry.ResetEventHub" />
      </construct>
    </invoke-factory>

Module tapestry.listener
Back to master index