com.ibm.rational.rpe.api.docspec
Interface RPEListener


public interface RPEListener

A progress listener. Designed to be used mainly with IDocumentGenerator instances.


Method Summary
 void progress(java.lang.String message)
          Classes that implement RPEListener can handle the status messages in the 'progress' method.
 

Method Detail

progress

void progress(java.lang.String message)
Classes that implement RPEListener can handle the status messages in the 'progress' method.

Parameters:
message - the message from the publishing process