- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
9 lines
260 B
Java
9 lines
260 B
Java
package csdk.glucentralservices.eventbus;
|
|
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public interface IServerEventHandler {
|
|
void handleEvent(IServerEventBus iServerEventBus, Object obj, String str, Map<String, Object> map) throws Exception;
|
|
}
|