====== RunAfterSave ====== The classes that implements the interface [[https://javadoc.grogra.de/platform/de/grogra/pf/ui/registry/RunAfterSave.html|RunAfterSave]] will automatically execute the method public void ''save(RegistryContext ctx)'' when the project is saved. **Note:** the method is called when the project is saved. Not when it is recompiled. (Saving at recompilation is optional). Saving a file in the project might not save the project, (it might only trigger the recompilation).