|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ASyncListener
An interface for a listener to be registered with the transport protocol, typically so that a client can be notified of incoming connections, new data, and so forth.
| Method Summary | |
|---|---|
void |
nowRunning()
This callback method is invoked when this transport protocol is now running. |
void |
providerStopped()
This callback method is invoked when this transport protocol stops running because the ASync instance it is registered with has stopped. |
void |
serviceStopped()
This callback method is invoked when this transport protocol instance stops because it has encountered an error with its ASync instance. |
| Method Detail |
|---|
void nowRunning()
void providerStopped()
void serviceStopped()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||