Interface IInstantiatorStateObserver

  • All Known Implementing Classes:
    ConsoleInstantiatorObserver, NoInstantiatorStateObserver

    public interface IInstantiatorStateObserver
    This 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
      void sendMessage​(java.lang.String msg)
      This method sends a message to the console of the running Eclipse-instance.
    • Method Detail

      • sendMessage

        void sendMessage​(java.lang.String msg)
        This method sends a message to the console of the running Eclipse-instance.
        Parameters:
        msg - the message the should be displayed in the console.