|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConnectionEventService
A service to alert a component as when connections are made or broken; it is reasonable to expect this service to be immediately available and fetchable during a setServices call. This service interface is compatible with a direct-connected framework.
Component| Method Summary | |
|---|---|
void |
addConnectionEventListener(int connectionEventType,
ConnectionEventListener l)
Sign up to be told about connection activity. |
void |
removeConnectionEventListener(int connectionEventType,
ConnectionEventListener l)
Ignore future ConnectionEvents of the given type. |
| Method Detail |
|---|
void addConnectionEventListener(int connectionEventType,
ConnectionEventListener l)
connectionEventType - must be one of the integer values defined inConnectionEvent
void removeConnectionEventListener(int connectionEventType,
ConnectionEventListener l)
connectionEventType - must be one of the integer values defined inConnectionEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||