Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.project.runtime.event
Class MTJRuntimeNameChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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.

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MTJRuntimeNameChangeEvent(MTJRuntime 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

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.
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