Class SaveableListener

java.lang.Object
hudson.model.listeners.SaveableListener
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
Nodes.ScheduleMaintenanceAfterSavingNode

public abstract class SaveableListener extends Object implements ExtensionPoint
Receives notifications about save actions on Saveable objects in Hudson.

This is an abstract class so that methods added in the future won't break existing listeners.

Since:
1.334
Author:
Andrew Bayer