public interface BeforeSavingListener
extends java.util.EventListener
addBeforeSavingListener
method. A save event is generated when an object that provides support of notification
about saving files, is going to save a file. The relevant method in the listener
object is then invoked, and the SaveEvent is passed to it.| Modifier and Type | Method and Description |
|---|---|
void |
beforeSaving(SaveEvent e)
Invoked after saving a file.
|