Interface | Description |
---|---|
AfterSavingListener |
The listener object created from that class is then registered with a
component using the component's
addAfterSavingListener
method. |
BeforeSavingListener |
The listener object created from that class is then registered with a
component using the component's
addBeforeSavingListener
method. |
Class | Description |
---|---|
AfterSavingAdapter |
An abstract adapter class for receiving save file events.
|
BeforeSavingAdapter |
An abstract adapter class for receiving save file events.
|
SaveEvent |
Event which indicates that a file is going to be saved, or has been saved.
|