Package org.gvsig.utils.save
Interface BeforeSavingListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
BeforeSavingAdapter
The listener object created from that class is then registered with a
component using the component's
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.- Author:
- Pablo Piqueras Bartolomé (pablo.piqueras@iver.es)
-
Method Summary
-
Method Details
-
beforeSaving
Invoked after saving a file. See the class description ofSaveEventfor a definition of is going to save an event.
-