public class ModelDefinitionListener extends Object implements RenderingListener
| Constructor and Description |
|---|
ModelDefinitionListener() |
| 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
|
public <T> void eventOccurred(RenderingEvent<T> event) throws IOException
RenderingListenereventOccurred in interface RenderingListenerevent - 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.