IRegisteredClients.opAddAssign

Adds a client to the set of registered clients. Calls the client's registered() method, then calls the abstract add_() method.

class IRegisteredClients
final
void
opAddAssign

Parameters

client ISelectClient

client to add

Meta