Ontimize Document Management 0.032EN

com.ontimize.dms.warehouse.local.copy
Interface CopyServiceStatusListener

All Known Implementing Classes:
CopyBar, CopyContextManager, CopyDialog, DefaultTransferStatusPanel, TransferStatusPanel, WarehouseClient

public interface CopyServiceStatusListener


Method Summary
 boolean processChange(CopyStatus status)
          Allows to process the copy status change events.
 void statusChanged(CopyStatus status)
           
 

Method Detail

processChange

boolean processChange(CopyStatus status)

Allows to process the copy status change events.

Parameters:
status - Current change copy status event.
Returns:
True if statusChanged(CopyStatus) can process the event.

statusChanged

void statusChanged(CopyStatus status)

Ontimize Document Management