| Package | Description |
|---|---|
| com.ibm.tivoli.imi.controller | |
| psdi.util |
| Modifier and Type | Method and Description |
|---|---|
void |
IMSessionHandler.serverConnected(MXEvent evt) |
void |
IMSessionHandler.serverConnectionError(MXEvent evt) |
void |
IMSessionHandler.serverDisconnected(MXEvent evt) |
| Modifier and Type | Method and Description |
|---|---|
void |
MXSessionAdapter.serverConnected(MXEvent evt)
Sent when a Session connects to a server.
|
void |
MXSessionListener.serverConnected(MXEvent evt)
Sent when a Session connects to a server.
|
void |
MXSessionAdapter.serverConnectionError(MXEvent evt)
Sent when a Session trys to connect to a server but can't
|
void |
MXSessionListener.serverConnectionError(MXEvent evt)
Sent when a Session trys to connect to a server but can't
|
void |
MXSessionAdapter.serverDisconnected(MXEvent evt)
Sent when a Session is disconnected.
|
void |
MXSessionListener.serverDisconnected(MXEvent evt)
Sent when a Session is disconnected.
|