Uses of Class
com.uc4.api.MessageBox
Packages that use MessageBox
-
Uses of MessageBox in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return MessageBoxModifier and TypeMethodDescriptionfinal MessageBox
XMLRequest.getMessageBox()
Returns a MessageBox object if the server returns a message for this request.Methods in com.uc4.communication.requests that return types with arguments of type MessageBoxModifier and TypeMethodDescriptionfinal List<MessageBox>
XMLRequest.getAllMessageBoxes()
Returns a List of all MessageBoxes object if the server returns messages for this request.Methods in com.uc4.communication.requests with parameters of type MessageBoxModifier and TypeMethodDescriptionvoid
CreateObject.setMessageBox
(MessageBox box) protected void
XMLRequest.setMessageBox
(MessageBox box) Used inXMLRequestSet
to move the Message Box from a child request to theXMLRequestSet
object.Constructors in com.uc4.communication.requests with parameters of type MessageBox