|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionEvent | |
---|---|
com.sibvisions.rad.application | Contains base classes for application creation. |
javax.rad.remote.event | Contains all event relevant interfaces and classes for the network communication package. |
Uses of ConnectionEvent in com.sibvisions.rad.application |
---|
Methods in com.sibvisions.rad.application with parameters of type ConnectionEvent | |
---|---|
void |
Application.connectionClosed(ConnectionEvent pEvent)
A connection was closed. |
void |
Application.connectionOpened(ConnectionEvent pEvent)
A connection was opened. |
void |
Application.connectionReOpened(ConnectionEvent pEvent)
A connection was re-opened. |
Uses of ConnectionEvent in javax.rad.remote.event |
---|
Methods in javax.rad.remote.event with parameters of type ConnectionEvent | |
---|---|
void |
IConnectionListener.connectionClosed(ConnectionEvent pEvent)
A connection was closed. |
void |
IConnectionListener.connectionOpened(ConnectionEvent pEvent)
A connection was opened. |
void |
IConnectionListener.connectionReOpened(ConnectionEvent pEvent)
A connection was re-opened. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |