csdk.v1_0.helper.application
Class Message
java.lang.Object
csdk.v1_0.helper.application.Message
- All Implemented Interfaces:
- IMessage
public class Message
- extends Object
- implements IMessage
Mensagem utilizada para fazer a comunicação entre aplicações.
Message
public Message(String type,
Object value)
- Construtor
- Parameters:
type - tipo da mensagemvalue - valor da mensagem
getType
public String getType()
-
- Specified by:
getType in interface IMessage
getValue
public Object getValue()
-
- Specified by:
getValue in interface IMessage
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2013–2014 Tecgraf/PUC-Rio. All rights reserved.