com.cometway.email
Interface BugReportInterface

All Known Implementing Classes:
EmailBugReportAgent

public interface BugReportInterface

This interface describes functionality for reporting bugs.


Method Summary
 void submitBugReport(java.lang.String author, java.lang.String description)
          Submits a bug report from the specified author (or entity) using the description.
 

Method Detail

submitBugReport

void submitBugReport(java.lang.String author,
                     java.lang.String description)
Submits a bug report from the specified author (or entity) using the description.