org.skyscreamer.yoga.listener
Class ModelDefinitionListener

java.lang.Object
  extended by org.skyscreamer.yoga.listener.ModelDefinitionListener
All Implemented Interfaces:
RenderingListener

public class ModelDefinitionListener
extends Object
implements RenderingListener


Constructor Summary
ModelDefinitionListener()
           
 
Method Summary
<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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelDefinitionListener

public ModelDefinitionListener()
Method Detail

eventOccurred

public <T> void eventOccurred(RenderingEvent<T> event)
                   throws IOException
Description copied from interface: RenderingListener
The eventOccurred method is invoked by Yoga on each RenderingListener in the application's registry before the response data is returned to the user

Specified by:
eventOccurred in interface RenderingListener
Parameters:
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 data
Throws:
IOException


Copyright © 2013. All Rights Reserved.