Package org.gvsig.utils.save


package org.gvsig.utils.save
  • Class
    Description
    An abstract adapter class for receiving save file events.
    The listener object created from that class is then registered with a component using the component's addAfterSavingListener method.
    An abstract adapter class for receiving save file events.
    The listener object created from that class is then registered with a component using the component's addBeforeSavingListener method.
    Event which indicates that a file is going to be saved, or has been saved.