Package org.apache.hop.core.listeners
Interface IFilenameChangedListener
-
public interface IFilenameChangedListenerA listener that will signal when the filename of an object changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfilenameChanged(Object object, String oldFilename, String newFilename)The method that is executed when the filename of an object changes
-