edu.ucsb.nceas.morpho.framework
Interface ProfileAddedListener


public interface ProfileAddedListener

Any object that is interested in the creation of new Profiles by the Morpho framework should implement this interface and register with the framework to be notified of such changes


Method Summary
 void profileAdded(java.lang.String newProfileName)
          This method is called if a new profile has been created
 

Method Detail

profileAdded

public void profileAdded(java.lang.String newProfileName)
This method is called if a new profile has been created
Parameters:
newProfileName - String representing the name of the new profile


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.