com.ibm.etools.systems.subsystems.impl
Class SubSystemImpl.DisplayErrorMessageRunnable
java.lang.Object
com.ibm.etools.systems.subsystems.impl.SubSystemImpl.DisplayErrorMessageRunnable
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- SubSystemImpl
- protected class SubSystemImpl.DisplayErrorMessageRunnable
- extends Object
- implements Runnable
Inner class which implements IRunnable to allow us to show an error message, which is a GUI operation,
from a non-GUI thread. This is done by calling sync or asyncExec and passing this... which puts us
in the GUI thread.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubSystemImpl.DisplayErrorMessageRunnable
public SubSystemImpl.DisplayErrorMessageRunnable(Shell shell,
SystemMessageException msgExc)
- Ctor
run
public void run()
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.