| 
 | org.codehaus.gpars | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface SelectRequest
Represents a request for value from a select. Each request holds a list of guards (boolean flags) to indicate, which input channels of the select should be queried, and a routine to invoke once a value is available.
| Method Summary | |
|---|---|
| boolean | matchesMask(int index) | 
| void | valueFound(int index, java.lang.Object value) | 
| Method Detail | 
|---|
public boolean matchesMask(int index)
public void valueFound(int index, java.lang.Object value)
Copyright © 2008–2013 Václav Pech. All Rights Reserved.