|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.PortMessage
public class PortMessage
Abstract superclass of all subclasses that encapsulate an Message and the local port from which it was received. Permits distinguishing the origins of messages from different ports.
Field Summary | |
---|---|
java.lang.Object |
message
|
Port |
port
|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
PortMessage(Port port,
java.lang.Object message)
|
Method Summary | |
---|---|
java.lang.Object |
getMessage()
|
Port |
getPort()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
public final Port port
public java.lang.Object message
Constructor Detail |
---|
public PortMessage(Port port, java.lang.Object message)
Method Detail |
---|
public java.lang.Object getMessage()
public Port getPort()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |