public interface IRemoteConnectionChangeEvent
getType() method can be used to obtain information about the type
of event that occurred.| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_ABORTED
Event indicating that the connection was closed abnormally.
|
static int |
CONNECTION_CLOSED
Event indicating that the connection was closed.
|
static int |
CONNECTION_OPENED
Event indicating that the connection was opened.
|
static int |
CONNECTION_RENAMED
Event indicating that the connection name was changed.
|
| Modifier and Type | Method and Description |
|---|---|
IRemoteConnection |
getConnection()
Get the connection that has changed.
|
int |
getType()
Returns the type of event being reported.
|
static final int CONNECTION_CLOSED
static final int CONNECTION_OPENED
static final int CONNECTION_ABORTED
static final int CONNECTION_RENAMED
IRemoteConnection getConnection()
int getType()
CONNECTION_CLOSED CONNECTION_OPENED CONNECTION_ABORTED CONNECTION_RENAMEDCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.