Joomla 3模块保存活动

I am searching for an event that is triggered after saving a specific Module, for a Plugin.

Like the onContentAfterSave Event for the Content Group.

Is there such an Event, or how can i trigger such an event after save?

The event triggered on module save is onExtensionAfterSave (Joomla 3.x). You can check how the event is associated with the module save in the file "administrator/components/com_modules/models/module.php".