PTP
Release 7.0

org.eclipse.ptp.ems.ui
Interface IErrorListener


public interface IErrorListener

Callback used to display an error messages to the user as well as to clear previously-displayed messages.

Since:
6.0

Method Summary
 void errorCleared()
          Invoked when it is acceptable to clear any previously-raised error messages from the user's display.
 void errorRaised(String message)
          Invoked when an error occurs.
 

Method Detail

errorRaised

void errorRaised(String message)
Invoked when an error occurs.

Implementors should display the given message to the user.

Parameters:
message -

errorCleared

void errorCleared()
Invoked when it is acceptable to clear any previously-raised error messages from the user's display.

Implementors should clear any visible error messages.

Parameters:
message -

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.