Interface IInstantiatorStateObserver
-
- All Known Implementing Classes:
ConsoleInstantiatorObserver,NoInstantiatorStateObserver
public interface IInstantiatorStateObserverThis interface enables instantiators to send messages to the console of the currently running Eclipse instance, e.g., for displaying information to the user.- Author:
- Sascha El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendMessage(java.lang.String msg)This method sends a message to the console of the running Eclipse-instance.
-