public interface WGHierarchicalDatabaseListenerV2 extends WGHierarchicalDatabaseListener
WGHierarchicalDatabaseListener
- methods for content move operations
- name| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
returns the name of the listener
|
void |
postMoveContentFrom(WGHierarchicalDatabaseEvent event)
Called after the content is moved on the source hierarchy
|
void |
postMoveContentTo(WGHierarchicalDatabaseEvent event)
Called after the content was moved on the target hierarchy
|
void |
preMoveContentFrom(WGHierarchicalDatabaseEvent event)
Called before the content is moved on the source hierarchy
|
void |
preMoveContentTo(WGHierarchicalDatabaseEvent event)
Called before a content is moved on the target hierarchy
|
postCreateContent, postDeleteContent, postUpdateContent, preCreateContent, preDeleteContent, preUpdateContentvoid preMoveContentTo(WGHierarchicalDatabaseEvent event) throws java.lang.Throwable
event - The event contextjava.lang.Throwablevoid postMoveContentTo(WGHierarchicalDatabaseEvent event) throws java.lang.Throwable
event - The event contextjava.lang.Throwablevoid preMoveContentFrom(WGHierarchicalDatabaseEvent event) throws java.lang.Throwable
event - The event contextjava.lang.Throwablevoid postMoveContentFrom(WGHierarchicalDatabaseEvent event) throws java.lang.Throwable
event - The event contextjava.lang.Throwablejava.lang.String getName()