|
cca-spec-babel
0.8.6-unstable(developer)
|
Connection event service. More...


Public Member Functions | |
| void | addConnectionEventListener (in EventType et, in ConnectionEventListener cel) |
| Sign up to be told about connection activity. | |
| void | removeConnectionEventListener (in EventType et, in ConnectionEventListener cel) |
| Ignore future ConnectionEvents of the given type. | |
Connection event service.
| void gov.cca.ports.ConnectionEventService.addConnectionEventListener | ( | in EventType | et, |
| in ConnectionEventListener | cel | ||
| ) |
Sign up to be told about connection activity.
connectionEventType must be one of the integer values defined iN ConnectionEvent.
| void gov.cca.ports.ConnectionEventService.removeConnectionEventListener | ( | in EventType | et, |
| in ConnectionEventListener | cel | ||
| ) |
Ignore future ConnectionEvents of the given type.
connectionEventType must be one of the integer values defined in ConnectionEvent.
1.7.6.1