Uses of Interface
com.tensegrity.palowebviewer.modules.engine.client.usermessage.IUserMessage

Packages that use IUserMessage
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.engine.client.usermessage   
com.tensegrity.palowebviewer.modules.ui.client.dimensions   
com.tensegrity.palowebviewer.modules.ui.client.messageacceptors   
 

Uses of IUserMessage in com.tensegrity.palowebviewer.modules.engine.client
 

Classes in com.tensegrity.palowebviewer.modules.engine.client that implement IUserMessage
 class ServiceCallFailMessage
           
 

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type IUserMessage
 void UserMessageQueueLogger.onMessagePop(IUserMessage msg)
           
 void UserMessageQueueLogger.onMessagePush(IUserMessage msg)
           
 

Uses of IUserMessage in com.tensegrity.palowebviewer.modules.engine.client.usermessage
 

Classes in com.tensegrity.palowebviewer.modules.engine.client.usermessage that implement IUserMessage
 class UserMessage
           
 

Methods in com.tensegrity.palowebviewer.modules.engine.client.usermessage that return IUserMessage
static IUserMessage UserMessage.createErrorMsg(java.lang.String msg)
           
static IUserMessage UserMessage.createErrorMsg(java.lang.String msg, IUserCallback callback)
           
static IUserMessage UserMessage.createWarningMsg(java.lang.String msg)
           
static IUserMessage UserMessage.createWarningMsg(java.lang.String msg, IUserCallback callback)
           
 IUserMessage IUserMessageQueue.popMessage()
           
 IUserMessage UserMessageQueue.popMessage()
           
 

Methods in com.tensegrity.palowebviewer.modules.engine.client.usermessage with parameters of type IUserMessage
 boolean IMessageAcceptor.accept(IUserMessage msg)
           
 boolean MessageFilter.acceptMessage(IUserMessage msg)
           
 void IUserMessageQueueListener.onMessagePop(IUserMessage msg)
           
 void IUserMessageQueueListener.onMessagePush(IUserMessage msg)
           
 void IUserMessageQueue.pushMessage(IUserMessage msg)
           
 void UserMessageQueue.pushMessage(IUserMessage msg)
           
 

Uses of IUserMessage in com.tensegrity.palowebviewer.modules.ui.client.dimensions
 

Classes in com.tensegrity.palowebviewer.modules.ui.client.dimensions that implement IUserMessage
 class CompositInvalidElementMessage
           
 class InvalidExpandedElementMessage
           
 class InvalidSelectedElementMessage
           
 class MissingElementMessage
           
 

Uses of IUserMessage in com.tensegrity.palowebviewer.modules.ui.client.messageacceptors
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.messageacceptors with parameters of type IUserMessage
 boolean MissingExpandedElementAcceptor.accept(IUserMessage msg)