24 lines
667 B
Java
24 lines
667 B
Java
|
package com.kofax.mobile.sdk._internal.impl;
|
||
|
|
||
|
import com.kofax.mobile.sdk._internal.IBus;
|
||
|
import com.kofax.mobile.sdk._internal.impl.event.PreviewImageReadyBusEvent;
|
||
|
import com.kofax.mobile.sdk._internal.impl.event.RealtimeVideoEvent;
|
||
|
import o.InterfaceC13006fNs;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class aa {
|
||
|
private final IBus _bus;
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public aa(IBus iBus) {
|
||
|
this._bus = iBus;
|
||
|
iBus.register(this);
|
||
|
}
|
||
|
|
||
|
@InterfaceC13006fNs
|
||
|
public void b(PreviewImageReadyBusEvent previewImageReadyBusEvent) {
|
||
|
this._bus.post(new RealtimeVideoEvent(previewImageReadyBusEvent));
|
||
|
}
|
||
|
}
|