Uses of Class
dev.vality.fistful.p2p_session.CallbackCreatedChange
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of CallbackCreatedChange in dev.vality.fistful.p2p_session
Methods in dev.vality.fistful.p2p_session that return CallbackCreatedChange Modifier and Type Method Description CallbackCreatedChangeCallbackCreatedChange. deepCopy()CallbackCreatedChangeCallbackChangePayload. getCreated()CallbackCreatedChangeCallbackCreatedChange. setCallback(Callback callback)Methods in dev.vality.fistful.p2p_session with parameters of type CallbackCreatedChange Modifier and Type Method Description intCallbackCreatedChange. compareTo(CallbackCreatedChange other)static CallbackChangePayloadCallbackChangePayload. created(CallbackCreatedChange value)booleanCallbackCreatedChange. equals(CallbackCreatedChange that)voidCallbackChangePayload. setCreated(CallbackCreatedChange value)Constructors in dev.vality.fistful.p2p_session with parameters of type CallbackCreatedChange Constructor Description CallbackCreatedChange(CallbackCreatedChange other)Performs a deep copy on other.