public interface RenderingListener
RenderingListenerRegistry will be invoked after a Yoga invocation.RenderingListenerRegistry| Modifier and Type | Method and Description |
|---|---|
<T> void |
eventOccurred(RenderingEvent<T> event)
The eventOccurred method is invoked by Yoga on each RenderingListener in the application's registry
before the response data is returned to the user
|
<T> void eventOccurred(RenderingEvent<T> event) throws IOException
event - The RenderingEvent object provides the RenderingListener with context information about the
Yoga call, including the HTTP request and response, the selectors used, and the response dataIOExceptionCopyright © 2014. All Rights Reserved.