allensoft.bug
Interface BugSubmitter

All Known Implementing Classes:
WizardBasedBugSubmitter

public interface BugSubmitter

The base class for all bug reporters. Bug reporters display a message to the user that a bug has occurred.


Method Summary
 boolean submitBugReport(BugReport bugReport)
          Submits the supplied bug report.
 

Method Detail

submitBugReport

public boolean submitBugReport(BugReport bugReport)
Submits the supplied bug report.
Returns:
true if the bug report was successfully submitted, otherwise false.