public interface Subject
Modifier and Type | Method and Description |
---|---|
void |
notifyCodelets() |
void |
registerCodelet(Codelet co,
java.lang.String type,
int io)
Registers a codelet's input or output list to receive notifications from working storage.
|
void |
unregisterCodelet(Codelet co,
java.lang.String type,
int io)
Removes a codelet's io from the subject registered list
|
void registerCodelet(Codelet co, java.lang.String type, int io)
co
- Codelettype
- Type of memory objects being observedio
- Which list to register: 0 - input and 1 - outputvoid unregisterCodelet(Codelet co, java.lang.String type, int io)
co
- type
- io
- void notifyCodelets()