Uses of Class
dev.vality.fistful.p2p_transfer.SessionFinished
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_transfer |
-
Uses of SessionFinished in dev.vality.fistful.p2p_transfer
Methods in dev.vality.fistful.p2p_transfer that return SessionFinished Modifier and Type Method Description SessionFinishedSessionFinished. deepCopy()SessionFinishedSessionChangePayload. getFinished()SessionFinishedSessionFinished. setResult(SessionResult result)Methods in dev.vality.fistful.p2p_transfer with parameters of type SessionFinished Modifier and Type Method Description intSessionFinished. compareTo(SessionFinished other)booleanSessionFinished. equals(SessionFinished that)static SessionChangePayloadSessionChangePayload. finished(SessionFinished value)voidSessionChangePayload. setFinished(SessionFinished value)Constructors in dev.vality.fistful.p2p_transfer with parameters of type SessionFinished Constructor Description SessionFinished(SessionFinished other)Performs a deep copy on other.