cmu.survey
Interface MaintenanceListener

All Known Implementing Classes:
MaintenanceGui

public interface MaintenanceListener


Method Summary
 void debuggingOutputTextAdded(java.lang.String textAdded)
           
 void sentBug(java.lang.String sendBugText, java.lang.Throwable exception)
           
 void sentBug(java.lang.String errorMessage, java.lang.Throwable exception, java.lang.Object objectToGatherInformationAbout)
           
 

Method Detail

sentBug

void sentBug(java.lang.String sendBugText,
             java.lang.Throwable exception)

debuggingOutputTextAdded

void debuggingOutputTextAdded(java.lang.String textAdded)

sentBug

void sentBug(java.lang.String errorMessage,
             java.lang.Throwable exception,
             java.lang.Object objectToGatherInformationAbout)