Class StatusHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      StatusHandler()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void show​(IStatus status, java.lang.String title)
      Show the given status.
      • Methods inherited from class java.lang.Object

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

      • StatusHandler

        public StatusHandler()
    • Method Detail

      • show

        public abstract void show​(IStatus status,
                                  java.lang.String title)
        Show the given status.
        Parameters:
        status - status to handle
        title - title for the status