org.granite.tide.data
Interface DataUpdatePostprocessor


public interface DataUpdatePostprocessor

Interface for data update postprocessors. Allows processing of updated entities before the updates are dispatched or returned to the clients. Can be attached to the DataContext or lookup up by injection when using a DI framework.

Author:
William Drai
See Also:
DataContext

Method Summary
 Object process(Object entity)
           
 

Method Detail

process

Object process(Object entity)