Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.project.runtime.event
Interface IMTJRuntimeListChangeListener


public interface IMTJRuntimeListChangeListener

The instance of this interface observe MTJRuntimeList change.

Since:
1.0

Method Summary
 void activeMTJRuntimeSwitched(SwitchActiveMTJRuntimeEvent event)
          The currently active MTJRuntimeList has changed.
 void mtjRuntimeAdded(AddMTJRuntimeEvent event)
          A MTJRuntime was added to the MTJRuntimeList.
 void mtjRuntimeRemoved(RemoveMTJRuntimeEvent event)
          A MTJRuntime was removed from the MTJRuntimeList.
 

Method Detail

activeMTJRuntimeSwitched

void activeMTJRuntimeSwitched(SwitchActiveMTJRuntimeEvent event)
The currently active MTJRuntimeList has changed.

Parameters:
event -

mtjRuntimeAdded

void mtjRuntimeAdded(AddMTJRuntimeEvent event)
A MTJRuntime was added to the MTJRuntimeList.

Parameters:
event -

mtjRuntimeRemoved

void mtjRuntimeRemoved(RemoveMTJRuntimeEvent event)
A MTJRuntime was removed from the MTJRuntimeList.

Parameters:
event -

Mobile Tools for Java
Release 1.0