org.eclipse.mtj.core.project.runtime.event
Class RemoveMTJRuntimeEvent
java.lang.Object
java.util.EventObject
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.
RemoveMTJRuntimeEvent
public RemoveMTJRuntimeEvent(MTJRuntimeList source,
MTJRuntime removedConfig)
- Constructs a AddConfigEvent object.
- Parameters:
source - - Configuration instance of the MTJ Midlet project.removedConfig - - the removed configuration.
getRemovedMTJRuntime
public MTJRuntime getRemovedMTJRuntime()
setRemovedMTJRuntime
public void setRemovedMTJRuntime(MTJRuntime removedConfig)