Package org.apache.hop.core.listeners
Interface INameChangedListener
-
public interface INameChangedListenerA listener that will signal when the name of an object changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnameChanged(Object object, String oldName, String newName)The method that is executed when the name of an object changes
-