public class CountLimitRenderingListener extends Object implements RenderingListener
| Constructor and Description |
|---|
CountLimitRenderingListener(int maxCount) |
| 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
|
void |
setMaxCount(int maxCount) |
public void setMaxCount(int maxCount)
public <T> void eventOccurred(RenderingEvent<T> event)
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 dataCopyright © 2014. All Rights Reserved.