org.pentaho.di.core.listeners
Interface NameChangedListener


public interface NameChangedListener

A listener that will signal when the name of an object changes.

Author:
Matt Casters (mcasters@pentaho.org)

Method Summary
 void nameChanged(Object object, String oldName, String newName)
          The method that is executed when the name of an object changes
 

Method Detail

nameChanged

void nameChanged(Object object,
                 String oldName,
                 String newName)
The method that is executed when the name of an object changes

Parameters:
object - The object for which there is a name change
oldName - the old name
newName - the new name