Uses of Interface
com.orchestranetworks.interactions.SessionInteraction.DecisionResult
-
Packages that use SessionInteraction.DecisionResult Package Description com.orchestranetworks.interactions Provides classes for UI interactions. -
-
Uses of SessionInteraction.DecisionResult in com.orchestranetworks.interactions
Methods in com.orchestranetworks.interactions that return SessionInteraction.DecisionResult Modifier and Type Method Description SessionInteraction.DecisionResultSessionInteraction. accept()Requests the interaction to be accepted and returns whether the operation has succeeded or not.SessionInteraction.DecisionResultSessionInteraction. reject()Requests the interaction to be rejected and returns whether the operation has succeeded.
-