Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.internal.services » [javadoc | source]
org.apache.tapestry5.internal.services
public class: ComponentEventImpl [javadoc | source]
java.lang.Object
   org.apache.tapestry5.internal.services.EventImpl
      org.apache.tapestry5.internal.services.ComponentEventImpl

All Implemented Interfaces:
    ComponentEvent, Event

Constructor:
 public ComponentEventImpl(String eventType,
    String originatingComponentId,
    EventContext context,
    ComponentEventCallback handler,
    PageResources pageResources,
    Logger logger) 
    Parameters:
    eventType - non blank string used to identify the type of event that was triggered
    originatingComponentId - the id of the component that triggered the event
    context - provides access to parameter values
    handler - invoked when a non-null return value is obtained from an event handler method
    pageResources - provides access to common resources and services
    logger - used to log method invocations
Method from org.apache.tapestry5.internal.services.ComponentEventImpl Summary:
coerceContext,   getContext,   getEventContext,   matches,   toString
Methods from org.apache.tapestry5.internal.services.EventImpl:
getMethodDescription,   isAborted,   reset,   setMethodDescription,   storeResult
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.internal.services.ComponentEventImpl Detail:
 public Object coerceContext(int index,
    String desiredTypeName) 
 public Object[] getContext() 
 public EventContext getEventContext() 
 public boolean matches(String eventType,
    String componentId,
    int parameterCount) 
 public String toString()