JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.dhbw.parprog.processemu
Interface ProcessWithPipe
public interface
ProcessWithPipe
An emulated process.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
main
(
Pipe
pipe)
The method executed as new "process"
Method Detail
main
void main(
Pipe
pipe)
The method executed as new "process"
Parameters:
pipe
- communication channel to the parent "process"
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method