Mobile Tools for Java
Release 1.0

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

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.mtj.core.project.runtime.event.RemoveMTJRuntimeEvent
All Implemented Interfaces:
Serializable

public class RemoveMTJRuntimeEvent
extends EventObject

RemoveMTJRuntimeEvent is used to notify that a Configuration is removed from Configuration.

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
RemoveMTJRuntimeEvent(MTJRuntimeList source, MTJRuntime removedConfig)
          Constructs a AddConfigEvent object.
 
Method Summary
 MTJRuntime getRemovedMTJRuntime()
           
 void setRemovedMTJRuntime(MTJRuntime 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

RemoveMTJRuntimeEvent

public RemoveMTJRuntimeEvent(MTJRuntimeList source,
                             MTJRuntime removedConfig)
Constructs a AddConfigEvent object.

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

getRemovedMTJRuntime

public MTJRuntime getRemovedMTJRuntime()

setRemovedMTJRuntime

public void setRemovedMTJRuntime(MTJRuntime removedConfig)

Mobile Tools for Java
Release 1.0