Uses of Class
dev.vality.fistful.p2p_transfer.SessionStarted
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_transfer |
-
Uses of SessionStarted in dev.vality.fistful.p2p_transfer
Methods in dev.vality.fistful.p2p_transfer that return SessionStarted Modifier and Type Method Description SessionStartedSessionStarted. deepCopy()SessionStartedSessionChangePayload. getStarted()Methods in dev.vality.fistful.p2p_transfer with parameters of type SessionStarted Modifier and Type Method Description intSessionStarted. compareTo(SessionStarted other)booleanSessionStarted. equals(SessionStarted that)voidSessionChangePayload. setStarted(SessionStarted value)static SessionChangePayloadSessionChangePayload. started(SessionStarted value)Constructors in dev.vality.fistful.p2p_transfer with parameters of type SessionStarted Constructor Description SessionStarted(SessionStarted other)Performs a deep copy on other.