Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sendMessage​(java.lang.String msg)
      This method sends a message to the console of the running Eclipse-instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoInstantiatorStateObserver

        public NoInstantiatorStateObserver()
    • Method Detail

      • sendMessage

        public void sendMessage​(java.lang.String msg)
        Description copied from interface: IInstantiatorStateObserver
        This method sends a message to the console of the running Eclipse-instance.
        Specified by:
        sendMessage in interface IInstantiatorStateObserver
        Parameters:
        msg - the message the should be displayed in the console.