Uses of Class
dev.vality.fistful.user_interaction.UserInteraction
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session | |
| dev.vality.fistful.user_interaction |
-
Uses of UserInteraction in dev.vality.fistful.p2p_session
Fields in dev.vality.fistful.p2p_session declared as UserInteraction Modifier and Type Field Description UserInteractionUserInteraction. user_interactionMethods in dev.vality.fistful.p2p_session that return UserInteraction Modifier and Type Method Description UserInteractionUserInteraction. getUserInteraction()Methods in dev.vality.fistful.p2p_session with parameters of type UserInteraction Modifier and Type Method Description UserInteractionUserInteraction. setUserInteraction(UserInteraction user_interaction)Constructors in dev.vality.fistful.p2p_session with parameters of type UserInteraction Constructor Description UserInteraction(String id, UserInteraction user_interaction) -
Uses of UserInteraction in dev.vality.fistful.user_interaction
Methods in dev.vality.fistful.user_interaction that return UserInteraction Modifier and Type Method Description UserInteractionUserInteraction. deepCopy()static UserInteractionUserInteraction. redirect(BrowserHTTPRequest value)Methods in dev.vality.fistful.user_interaction with parameters of type UserInteraction Modifier and Type Method Description intUserInteraction. compareTo(UserInteraction other)booleanUserInteraction. equals(UserInteraction other)Constructors in dev.vality.fistful.user_interaction with parameters of type UserInteraction Constructor Description UserInteraction(UserInteraction other)