register


Description:

public bool register () throws Error

Publish this as an available client.

After this method is called, as long as it continues to exist, it will receive and process whatever events were requested via the various filters.

Methods that set the filters and other immutable state, such as add_observer_filter, cannot be called after this one.

Parameters:

this

a BaseClient, which must not have been registered with register yet

Returns:

true if the client was registered successfully