Package org.bonitasoft.engine.page
Interface PageServiceListener
- All Known Implementing Classes:
ApiExtensionPageServiceListenerImpl
public interface PageServiceListener
- Since:
- 7.0
- Author:
- Laurent Leseigneur, Matthieu Chaffotte
-
Method Summary
Modifier and TypeMethodDescriptionvoidpageDeleted(SPage page) voidpageInserted(SPage page, byte[] content) voidpageUpdated(AbstractSPage page, byte[] content)
-
Method Details
-
pageInserted
- Throws:
SObjectCreationException
-
pageDeleted
-
pageUpdated
- Throws:
SObjectModificationException
-