public interface SessionInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addSessionListener(SessionListener listener) |
void |
connect() |
void |
disconnect() |
String |
getConfigurationResource() |
String |
getSessionName() |
int |
getSessionType() |
boolean |
isConnected() |
void |
removeSessionListener(SessionListener listener) |
String |
showSystemRequest()
Popups a dialog to ask the user for entering a SysReq value.
|
void |
signalBell()
Signals the user a sound (or maybe a light flash).
|
String getConfigurationResource()
boolean isConnected()
String getSessionName()
int getSessionType()
void connect()
void disconnect()
void addSessionListener(SessionListener listener)
void removeSessionListener(SessionListener listener)
String showSystemRequest()
void signalBell()
Copyright © 2018. All rights reserved.