| 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) |
public Line.Info getLineInfo()
getLineInfo in interface Linepublic void open()
throws LineUnavailableException
open in interface LineLineUnavailableExceptionpublic Control[] getControls()
getControls in interface Linepublic Control getControl(Control.Type controlType)
getControl in interface Linepublic boolean isControlSupported(Control.Type controlType)
isControlSupported in interface Linepublic void addLineListener(LineListener listener)
addLineListener in interface Linepublic void removeLineListener(LineListener listener)
removeLineListener in interface Line