public void onStartCompression(COMPRESSOR_TYPE ctype, ClientContext context) {
if(parent == cb) {
if(ctx == null) throw new NullPointerException();
if(ctx.eventProducer == null) throw new NullPointerException();
ctx.eventProducer.produceEvent(new StartedCompressionEvent(ctype), context);
}
}