IBeforeSavingEventHandler
public interface IBeforeSavingEventHandler<T>
Defines the common before-saving event handler interface.
Methods
| Method | Description |
|---|---|
| handle(EventBasedModifications.BeforeSavingEventArgs | Handles the event. |
handle(EventBasedModifications.BeforeSavingEventArgs args)
public abstract void handle(EventBasedModifications.BeforeSavingEventArgs<T> args)
Handles the event.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| args | BeforeSavingEventArgs | Event arguments. |