Beispiel #1
0
 def _updated(self):
     """
     Notification that the report has been updated.
     Reported using the conduit.
     """
     ProgressReport._updated(self)
     self.conduit.update_progress(self.dict())
Beispiel #2
0
 def _updated(self):
     """
     Send progress report using the conduit when the report is updated.
     """
     ProgressReport._updated(self)
     self.conduit.set_progress(self.dict())