package com.seewo.sdk.event;

/* JADX INFO: loaded from: classes.dex */
public class SharpEvent {
    private SharpEvent() {
    }

    public static class AutoDimmingChanged {
        public boolean enable;

        private AutoDimmingChanged() {
        }

        public AutoDimmingChanged(boolean z) {
            this.enable = z;
        }
    }

    public static class ModelTypeChanged {
        public int type;

        private ModelTypeChanged() {
        }

        public ModelTypeChanged(int i) {
            this.type = i;
        }
    }

    public static class PowerSaveModeChanged {
        public boolean enable;

        private PowerSaveModeChanged() {
        }

        public PowerSaveModeChanged(boolean z) {
            this.enable = z;
        }
    }

    public static class PowerManagementChanged {
        public int mode;

        private PowerManagementChanged() {
        }

        public PowerManagementChanged(int i) {
            this.mode = i;
        }
    }

    public static class OperationModeChanged {
        public int mode;

        private OperationModeChanged() {
        }

        public OperationModeChanged(int i) {
            this.mode = i;
        }
    }
}
