public interface Line
Modifier and Type | Interface and Description |
---|---|
static class |
Line.Info |
Modifier and Type | Method and Description |
---|---|
void |
addLineListener(LineListener listener) |
void |
close() |
Control |
getControl(Control.Type controlType) |
Control[] |
getControls() |
Line.Info |
getLineInfo() |
boolean |
isControlSupported(Control.Type controlType) |
boolean |
isOpen() |
void |
open() |
void |
removeLineListener(LineListener listener) |
Line.Info getLineInfo()
void open() throws LineUnavailableException
LineUnavailableException
void close()
boolean isOpen()
Control[] getControls()
boolean isControlSupported(Control.Type controlType)
Control getControl(Control.Type controlType)
void addLineListener(LineListener listener)
void removeLineListener(LineListener listener)