Class ConsoleInstantiatorObserver
- java.lang.Object
-
- net.ssehub.easy.producer.ui.internal.ConsoleInstantiatorObserver
-
- All Implemented Interfaces:
IInstantiatorStateObserver
public class ConsoleInstantiatorObserver extends java.lang.Object implements IInstantiatorStateObserver
This class represents an observer that listens for new messages send from the instantiators. These messages will be send to the console of the running Eclipse-instance, e.g., to display information about the instantiation process to the user.- Author:
- kroeher
-
-
Constructor Summary
Constructors Constructor Description ConsoleInstantiatorObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendMessage(java.lang.String msg)This method sends a message to the console of the running Eclipse-instance.
-
-
-
Method Detail
-
sendMessage
public void sendMessage(java.lang.String msg)
Description copied from interface:IInstantiatorStateObserverThis method sends a message to the console of the running Eclipse-instance.- Specified by:
sendMessagein interfaceIInstantiatorStateObserver- Parameters:
msg- the message the should be displayed in the console.
-
-