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