Uses of Class
dev.vality.fistful.p2p_session.CallbackStatusPending
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of CallbackStatusPending in dev.vality.fistful.p2p_session
Methods in dev.vality.fistful.p2p_session that return CallbackStatusPending Modifier and Type Method Description CallbackStatusPendingCallbackStatusPending. deepCopy()CallbackStatusPendingCallbackStatus. getPending()Methods in dev.vality.fistful.p2p_session with parameters of type CallbackStatusPending Modifier and Type Method Description intCallbackStatusPending. compareTo(CallbackStatusPending other)booleanCallbackStatusPending. equals(CallbackStatusPending that)static CallbackStatusCallbackStatus. pending(CallbackStatusPending value)voidCallbackStatus. setPending(CallbackStatusPending value)Constructors in dev.vality.fistful.p2p_session with parameters of type CallbackStatusPending Constructor Description CallbackStatusPending(CallbackStatusPending other)Performs a deep copy on other.