public class EJB3PostUpdateEventListener extends Object implements PostUpdateEventListener, CallbackHandlerConsumer, PostCollectionRecreateEventListener, PostCollectionRemoveEventListener, PostCollectionUpdateEventListener
Constructor and Description |
---|
EJB3PostUpdateEventListener() |
EJB3PostUpdateEventListener(EntityCallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
onPostRecreateCollection(PostCollectionRecreateEvent event) |
void |
onPostRemoveCollection(PostCollectionRemoveEvent event) |
void |
onPostUpdate(PostUpdateEvent event) |
void |
onPostUpdateCollection(PostCollectionUpdateEvent event) |
void |
setCallbackHandler(EntityCallbackHandler callbackHandler) |
public EJB3PostUpdateEventListener()
public EJB3PostUpdateEventListener(EntityCallbackHandler callbackHandler)
public void setCallbackHandler(EntityCallbackHandler callbackHandler)
setCallbackHandler
in interface CallbackHandlerConsumer
public void onPostUpdate(PostUpdateEvent event)
onPostUpdate
in interface PostUpdateEventListener
public void onPostRecreateCollection(PostCollectionRecreateEvent event)
onPostRecreateCollection
in interface PostCollectionRecreateEventListener
public void onPostRemoveCollection(PostCollectionRemoveEvent event)
onPostRemoveCollection
in interface PostCollectionRemoveEventListener
public void onPostUpdateCollection(PostCollectionUpdateEvent event)
onPostUpdateCollection
in interface PostCollectionUpdateEventListener
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.