Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.configuration
Class ConfigNameChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.mtj.core.model.configuration.ConfigNameChangeEvent
All Implemented Interfaces:
Serializable

public class ConfigNameChangeEvent
extends EventObject

ConfigNameChangeEvent is used to notify that the name of the configuration changed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConfigNameChangeEvent(Configuration source, String oldConfigName, String newCongigName)
          Constructor.
 
Method Summary
 String getNewCongigName()
           
 String getOldConfigName()
           
 void setNewCongigName(String newCongigName)
           
 void setOldConfigName(String oldConfigName)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigNameChangeEvent

public ConfigNameChangeEvent(Configuration source,
                             String oldConfigName,
                             String newCongigName)
Constructor.

Parameters:
source - - The configuration has been changed.
oldConfigName - - the old configuration name.
newCongigName - - the new configuration name.
Method Detail

getNewCongigName

public String getNewCongigName()

getOldConfigName

public String getOldConfigName()

setNewCongigName

public void setNewCongigName(String newCongigName)

setOldConfigName

public void setOldConfigName(String oldConfigName)

Mobile Tools for Java
Release 1.0