public interface CTEventListener
Modifier and Type | Method and Description |
---|---|
default void |
onAfterCopy(CTCollection sourceCTCollection,
CTCollection targetCTCollection) |
default void |
onAfterPublish(long ctCollectionId) |
default void |
onBeforeRemove(long ctCollectionId) |
default void onAfterCopy(CTCollection sourceCTCollection, CTCollection targetCTCollection) throws CTEventException
CTEventException
default void onAfterPublish(long ctCollectionId) throws CTEventException
CTEventException
default void onBeforeRemove(long ctCollectionId) throws CTEventException
CTEventException