Package com.pixelmed.transfermonitor
Class TransferMonitoringContext
java.lang.Object
com.pixelmed.transfermonitor.TransferMonitoringContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the monitoring context since no more transfers are expected.booleaninthashCode()booleanisClosed()voidsetDescription(String description) Update the description, such as when we have received more information like the name of the sender.toString()
-
Constructor Details
-
TransferMonitoringContext
-
-
Method Details
-
setDescription
Update the description, such as when we have received more information like the name of the sender.
- Parameters:
description- new description
-
close
public void close()Close the monitoring context since no more transfers are expected.
-
isClosed
public boolean isClosed()- Returns:
- true if monitoring context has been closed and no more transfers are expected
-
equals
-
hashCode
public int hashCode() -
toString
-