Class NoInstantiatorStateObserver
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.internal.NoInstantiatorStateObserver
-
- All Implemented Interfaces:
IInstantiatorStateObserver
public class NoInstantiatorStateObserver extends java.lang.Object implements IInstantiatorStateObserver
This class implements an empty observer for instantiator states. This isused in case that no other oberver is available.- Author:
- Sascha El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description NoInstantiatorStateObserver()
-
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.
-
-