public class EventContext
extends java.lang.Object
Constructor and Description |
---|
EventContext(MendelMessage message,
EventWrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
int |
getServerPort() |
NetworkDestination |
getSource() |
void |
sendReply(Event e)
Send a reply back to the source that created the original event.
|
public EventContext(MendelMessage message, EventWrapper wrapper)
public void sendReply(Event e) throws java.io.IOException
java.io.IOException
public int getServerPort()
public NetworkDestination getSource()