public interface IMessageKey
Interface for keys used to index messages (such as commands)
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTarget() |
void |
setTarget(java.lang.String localID)
Sets ID of module that the message is targeted to
|