Mobile Tools for Java
Release 1.0

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

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

public class RemoveConfigEvent
extends EventObject

RemoveConfigEvent is used to notify that a Configuration is removed from Configurations.

See Also:
Serialized Form

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

RemoveConfigEvent

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

Parameters:
source - - Configurations instance of the MTJ Midlet project.
removedConfig - - the removed configuration.
Method Detail

getRemovedConfig

public Configuration getRemovedConfig()

setRemovedConfig

public void setRemovedConfig(Configuration removedConfig)

Mobile Tools for Java
Release 1.0