Mobile Tools for Java
Release 1.0

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

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

public class AddConfigEvent
extends EventObject

AddConfigEvent is used to notify that a Configuration is added to Configurations.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AddConfigEvent(Configurations source, Configuration addedConfig)
          Constructs a AddConfigEvent object.
 
Method Summary
 Configuration getAddedConfig()
           
 void setAddedConfig(Configuration addedConfig)
           
 
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

AddConfigEvent

public AddConfigEvent(Configurations source,
                      Configuration addedConfig)
Constructs a AddConfigEvent object.

Parameters:
source - - Configurations instance of the MTJ Midlet project.
addedConfig - - the added configuration.
Method Detail

getAddedConfig

public Configuration getAddedConfig()

setAddedConfig

public void setAddedConfig(Configuration addedConfig)

Mobile Tools for Java
Release 1.0