public abstract class BeforePageSavingEventHandler extends Object implements IBeforeSavingEventHandler<PageAPI>
The base class for before-page-saving event handlers.
| Constructor and Description |
|---|
BeforePageSavingEventHandler()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handle(BeforeSavingEventArgs<PageAPI> args)
Handles the event.
|
public BeforePageSavingEventHandler()
Creates a new instance.
public abstract void handle(BeforeSavingEventArgs<PageAPI> args)
Handles the event.
handle in interface IBeforeSavingEventHandler<PageAPI>args - Event arguments.Copyright © 2025 Aspose. All Rights Reserved.