Uses of Class
cn.mapway.ui.client.event.MessageObject
-
Packages that use MessageObject Package Description cn.mapway.ui.client.event cn.mapway.ui.client.mvc cn.mapway.ui.client.widget cn.mapway.ui.shared -
-
Uses of MessageObject in cn.mapway.ui.client.event
Methods in cn.mapway.ui.client.event that return MessageObject Modifier and Type Method Description static MessageObjectMessageObject. error(Integer code, String message)static MessageObjectMessageObject. info(Integer code, String message)static MessageObjectMessageObject. warn(Integer code, String message) -
Uses of MessageObject in cn.mapway.ui.client.mvc
Methods in cn.mapway.ui.client.mvc with parameters of type MessageObject Modifier and Type Method Description voidBaseAbstractModule. fireMessage(MessageObject message) -
Uses of MessageObject in cn.mapway.ui.client.widget
Methods in cn.mapway.ui.client.widget with parameters of type MessageObject Modifier and Type Method Description voidCommonEventComposite. fireMessage(MessageObject message)发送消息记录 -
Uses of MessageObject in cn.mapway.ui.shared
Methods in cn.mapway.ui.shared with parameters of type MessageObject Modifier and Type Method Description static CommonEventCommonEvent. messageEvent(MessageObject message)
-