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. |
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.