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 CallbackHandlerConsumerpublic void onPostUpdate(PostUpdateEvent event)
onPostUpdate in interface PostUpdateEventListenerpublic void onPostRecreateCollection(PostCollectionRecreateEvent event)
onPostRecreateCollection in interface PostCollectionRecreateEventListenerpublic void onPostRemoveCollection(PostCollectionRemoveEvent event)
onPostRemoveCollection in interface PostCollectionRemoveEventListenerpublic void onPostUpdateCollection(PostCollectionUpdateEvent event)
onPostUpdateCollection in interface PostCollectionUpdateEventListenerCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved