class documentation

class _RemoteExportCb(ImportExportCbBase):

View In Hierarchy

Undocumented

Method __init__ Initializes this class.
Method ReportConnected Called when a connection has been established.
Method ReportFinished Called when a transfer has finished.
Method ReportProgress Called when new progress information should be reported.
Property disk_results Returns per-disk results.
Instance Variable _dresults Undocumented
Instance Variable _feedback_fn Undocumented

Inherited from ImportExportCbBase:

Method ReportListening Called when daemon started listening.
def __init__(self, feedback_fn, disk_count):

Initializes this class.

def ReportConnected(self, ie, private):

Called when a connection has been established.

def ReportFinished(self, ie, private):

Called when a transfer has finished.

def ReportProgress(self, ie, private):

Called when new progress information should be reported.

@property
disk_results =

Returns per-disk results.

_dresults =

Undocumented

_feedback_fn =

Undocumented