|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TerminalListener
A listener to terminal events.
| Method Summary | |
|---|---|
void |
terminalConnected(Terminal terminal,
CallParameters parameters)
A connection has been established with the given terminal. |
void |
terminalDisconnected(Terminal terminal)
A connection has been disconnected with the given terminal. |
void |
terminalError(Terminal terminal,
String message,
Throwable cause)
An error has occurred while interacting with the terminal. |
| Method Detail |
|---|
void terminalConnected(Terminal terminal,
CallParameters parameters)
terminal - the connected terminal.parameters - additional call parametersvoid terminalDisconnected(Terminal terminal)
terminal - the disconnected terminal.
void terminalError(Terminal terminal,
String message,
Throwable cause)
terminal - the terminalmessage - a detailed message about the errorcause - the error cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||