public class CameraSystem.CameraEvent
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
broadcastText
刚刚播过了电子眼的信息
当回调该事件时, CameraSystem.CameraEventHandler.onCameraEvent(int, Object)回调的object为BroadcastCamera对象 |
static int |
none |
static int |
overspeed
超速
当回调该事件时, CameraSystem.CameraEventHandler.onCameraEvent(int, Object)回调的object为CameraOverspeedInfo对象 |
| 构造器和说明 |
|---|
CameraEvent() |
public static final int none
public static final int overspeed
CameraSystem.CameraEventHandler.onCameraEvent(int, Object)回调的object为CameraOverspeedInfo对象public static final int broadcastText
CameraSystem.CameraEventHandler.onCameraEvent(int, Object)回调的object为BroadcastCamera对象©Mapbar Engine Team;All Rights Reserved