Class ComponentEventDispatcher

java.lang.Object
org.apache.tapestry5.internal.services.ComponentEventDispatcher
All Implemented Interfaces:
Dispatcher

public class ComponentEventDispatcher extends Object implements Dispatcher
Processes component action events sent as requests from the client. Component events include an event type, identify a page and a component, and may provide additional context strings.
See Also: