枚举类的使用
cn.blankcat.dto.websocket.WSEventType
使用WSEventType的程序包
-
cn.blankcat.dto.websocket中WSEventType的使用
类型参数类型为WSEventType的cn.blankcat.dto.websocket中的字段修饰符和类型字段说明static Map<WSEventType, Class<?>> WSEvent.eventClassMapstatic Map<WSEventType, Intent> WSEvent.eventIntentMap修饰符和类型方法说明static WSEventTypestatic WSEventType返回带有指定名称的该类的枚举常量。static WSEventType[]WSEventType.values()返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同返回变量类型为WSEventType的类型的cn.blankcat.dto.websocket中的方法修饰符和类型方法说明static Map<WSEventType, Intent> WSEvent.transposeIntentEventMap(Map<Intent, WSEventType[]> intentEventMap) 参数类型为WSEventType的cn.blankcat.dto.websocket中的方法