addInterceptor method

void addInterceptor (ICommandInterceptor interceptor)

Adds a ICommandInterceptor command interceptor to this command set.

  • interceptor the interceptor to add.

See ICommandInterceptor