org.apache.tapestry5.services
Interface ComponentEventHandler


public interface ComponentEventHandler

Interface used with TransformationSupport.addEventHandler(String, int, String, ComponentEventHandler)} (and, in the old API, ClassTransformation.addComponentEventHandler(String, int, String, ComponentEventHandler)).

Since:
5.2.0

Method Summary
 void handleEvent(Component instance, ComponentEvent event)
          Handles the event.
 

Method Detail

handleEvent

void handleEvent(Component instance,
                 ComponentEvent event)
Handles the event.



Copyright © 2003-2012 The Apache Software Foundation.