|
Project JXTA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--net.jxta.pipe.PipeMsgEvent
Container for PipeMsgEvent events.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PipeMsgEvent(java.lang.Object source,
Message message,
PipeID pipeID)
Creates a new event |
|
| Method Summary | |
Message |
getMessage()
Returns the message associated with the event |
PipeID |
getPipeID()
Returns the pipeID associated with the event |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PipeMsgEvent(java.lang.Object source,
Message message,
PipeID pipeID)
source - The object on which the Event initially occurredmessage - the message object| Method Detail |
public Message getMessage()
public PipeID getPipeID()
|
Project JXTA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||