org.granite.tide.cdi
Class TideDataPublishingEvent

java.lang.Object
  extended by org.granite.tide.cdi.TideDataPublishingEvent
All Implemented Interfaces:
Serializable

public class TideDataPublishingEvent
extends Object
implements Serializable

CDI event type to handle publishing of data changes instead of relying on the default behaviour This can be used outside of a HTTP Granite context and inside the security/transaction context

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
TideDataPublishingEvent(boolean initContext)
           
 
Method Summary
 boolean getInitContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideDataPublishingEvent

public TideDataPublishingEvent(boolean initContext)
Method Detail

getInitContext

public boolean getInitContext()