csdk.v1_0.helper.application
Class Message

java.lang.Object
  extended by 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.


Field Summary
 
Fields inherited from interface csdk.v1_0.api.application.IMessage
LOCAL_FILE_PATH_MESSAGE, PROJECT_FILE_PATH_MESSAGE
 
Constructor Summary
Message(String type, Object value)
          Construtor
 
Method Summary
 String getType()
          
 Object getValue()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Message

public Message(String type,
               Object value)
Construtor

Parameters:
type - tipo da mensagem
value - valor da mensagem
Method Detail

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–2015 Tecgraf/PUC-Rio. All rights reserved.