|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SaveEvent
This will be called as content is saved to the repository - you can hook in and also store content in an external store. Content can be text or binary. To install an implementation of this, create an instance of SaveEvent, make it available on the classpath and set the system property 'guvnor.saveEventListener' with the full name of the class.
Method Summary | |
---|---|
void |
onAssetCheckin(AssetItem item)
When the content of the asset changes, or some meta data. |
void |
onAssetDelete(AssetItem item)
When it is hard deleted. |
void |
onPackageCreate(PackageItem item)
Called once, when a package is created. |
Method Detail |
---|
void onAssetCheckin(AssetItem item)
void onAssetDelete(AssetItem item)
void onPackageCreate(PackageItem item)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |