org.eclipse.mtj.core.project.runtime.event
Class MTJRuntimeNameChangeEvent
java.lang.Object
java.util.EventObject
org.eclipse.mtj.core.project.runtime.event.MTJRuntimeNameChangeEvent
- All Implemented Interfaces:
- Serializable
public class MTJRuntimeNameChangeEvent
- extends EventObject
MTJRuntimeNameChangeEvent is used to notify that the name of the configuration
changed.
- Since:
- 1.0
- See Also:
- Serialized Form
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
MTJRuntimeNameChangeEvent
public MTJRuntimeNameChangeEvent(MTJRuntime source,
String oldConfigName,
String newCongigName)
- Constructor.
- Parameters:
source - - The configuration has been changed.oldConfigName - - the old configuration name.newCongigName - - the new configuration name.
getNewCongigName
public String getNewCongigName()
getOldConfigName
public String getOldConfigName()
setNewCongigName
public void setNewCongigName(String newCongigName)
setOldConfigName
public void setOldConfigName(String oldConfigName)