TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.trace.ui.provisional.launcher
Interface IStatusListener


public interface IStatusListener

This interface can be used to report a normal or an error event. Clients can use these events to report normal or error conditions as the user is interacting with the entity whose status is being tracked.


Method Summary
 void handleErrorEvent(java.lang.String error)
          Invoked to report an error condition to the listener.
 void handleOKEvent()
          Invoked to report a normal condition to the listener.
 

Method Detail

handleErrorEvent

public void handleErrorEvent(java.lang.String error)
Invoked to report an error condition to the listener.

Parameters:
error - The error message causing the error.

handleOKEvent

public void handleOKEvent()
Invoked to report a normal condition to the listener.


TPTP 4.2.0 Platform Project
Public API Specification