|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InputManager
this is the interface that must be implemented to supply the class providing the program input stream
| Method Summary | |
|---|---|
boolean |
hasNext()
this is the method used to check whether there are other tasks available onto the input stream |
java.lang.Object |
next()
this is the metod used by the manager to get the next task to compute, if any. |
| Method Detail |
|---|
java.lang.Object next()
boolean hasNext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||