org.marketcetera.ors.history
Interface ReportSavedListener

All Known Implementing Classes:
ReplyPersister

public interface ReportSavedListener

A listener for report save completion events (whether successful or not).

Since:
2.1.0
Version:
$Id: ReportSavedListener.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Method Summary
 void reportSaved(ReportBase report, boolean status)
          Called after the given report has been saved onto the database.
 

Method Detail

reportSaved

void reportSaved(ReportBase report,
                 boolean status)
Called after the given report has been saved onto the database. The given flag indicates whether saving completed successfully or not.

Parameters:
report - The report.
status - True if saving completed successfully.


Copyright © 2012. All Rights Reserved.