Interface INameChangedListener


  • public interface INameChangedListener
    A listener that will signal 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