public class IPCEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_TYPE |
| Constructor and Description |
|---|
IPCEvent() |
IPCEvent(String senderUuid,
String command,
String application,
String entity,
Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(String key,
String value) |
String |
getApplication() |
String |
getCommand() |
String |
getEntity() |
String |
getEvent() |
Map<String,Object> |
getParams() |
String |
getSenderUuid() |
void |
setApplication(String application) |
void |
setCommand(String command) |
void |
setEntity(String entity) |
void |
setEvent(String event) |
void |
setParams(Map<String,Object> params) |
void |
setSenderUuid(String senderUuid) |
String |
toString() |
static IPCEvent |
valueOf(String eventStr) |
public static final String EVENT_TYPE
public String getEvent()
public void setEvent(String event)
event - the event to setpublic String getSenderUuid()
public void setSenderUuid(String senderUuid)
senderUuid - the senderUuid to setpublic String getCommand()
public void setCommand(String command)
command - the command to setpublic String getApplication()
public void setApplication(String application)
application - the application to setpublic String getEntity()
public void setEntity(String entity)
entity - the entity to setCopyright © 2016. All rights reserved.