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

      • ConsoleInstantiatorObserver

        public ConsoleInstantiatorObserver()
    • 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.