|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionListener
Interface used to notify the connection request and response status It can be implemented to create rich client connection listeners
Method Summary | |
---|---|
void |
connectionClosed()
Notify that a previously opened connection has been closed |
void |
connectionConfigurationChanged()
Notify that the connection configuration is changed |
void |
connectionOpened()
Notify that a connection is succesfully opened |
boolean |
isConnectionConfigurationAllowed(java.lang.String configDescription)
Notify that a connection will use a particular parameters configuration and ask if they are allowed (generally implemented on client level to ask the user for this configuration permission) |
void |
requestWritten()
Notify that the request was succesfully written on the connection stream |
void |
responseReceived()
Notify that a response related to the sent request was received |
Method Detail |
---|
boolean isConnectionConfigurationAllowed(java.lang.String configDescription)
configDescription
- is the description of the configuration to be
used
void connectionOpened()
void requestWritten()
void responseReceived()
void connectionClosed()
void connectionConfigurationChanged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |