public class OOBComponent extends Object
| Constructor and Description |
|---|
OOBComponent(int componentId)
Creates new instance with default name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(OOBInput input) |
void |
addOutput(OOBOutput output) |
int |
getComponentId() |
Frame |
getData() |
void |
offer(Frame frame) |
void |
perform() |
void |
remove(OOBInput input) |
void |
remove(OOBOutput output) |
void |
updateMode(boolean shouldRead,
boolean shouldWrite) |
public OOBComponent(int componentId)
public int getComponentId()
public void updateMode(boolean shouldRead,
boolean shouldWrite)
public void addInput(OOBInput input)
public void addOutput(OOBOutput output)
public void remove(OOBInput input)
public void remove(OOBOutput output)
public void perform()
public Frame getData()
public void offer(Frame frame)
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.