Interface BeforeSavingListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
BeforeSavingAdapter

public interface BeforeSavingListener extends EventListener
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

    Modifier and Type
    Method
    Description
    void
    Invoked after saving a file.
  • Method Details

    • beforeSaving

      void beforeSaving(SaveEvent e)
      Invoked after saving a file. See the class description of SaveEvent for a definition of is going to save an event.