|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
p2ps.pipe.ConnectionReceivedEvent
The event that is generated when a pipe connection is received.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ConnectionReceivedEvent(InputPipe pipe,
OutputPipe replypipe)
Construct an connection event with a specified reply pipe |
|
| Method Summary | |
InputPipe |
getInputPipe()
|
OutputPipe |
getReplyPipe()
|
| 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 ConnectionReceivedEvent(InputPipe pipe,
OutputPipe replypipe)
| Method Detail |
public InputPipe getInputPipe()
public OutputPipe getReplyPipe()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||