public interface ComponentEventHandler
TransformationSupport.addEventHandler(String, int, String, ComponentEventHandler)
} (and, in the old
API, ClassTransformation.addComponentEventHandler(String, int, String, ComponentEventHandler)
).Modifier and Type | Method and Description |
---|---|
void |
handleEvent(Component instance,
ComponentEvent event)
Handles the event.
|
void handleEvent(Component instance, ComponentEvent event)
Copyright © 2003-2012 The Apache Software Foundation.