public class WSEvent
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WSEvent.WSEventType |
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.Map<WSEvent.WSEventType,java.lang.Class<?>> |
eventClassMap |
static java.util.Map<WSEvent.WSEventType,Session.Intent> |
eventIntentMap |
static java.util.Map<Session.Intent,WSEvent.WSEventType[]> |
intentEventMap |
| 构造器和说明 |
|---|
WSEvent() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
allEventToIntent() |
static int |
eventToIntent(WSEvent.WSEventType... wsEventTypes) |
static void |
init() |
static java.util.Map<WSEvent.WSEventType,Session.Intent> |
transposeIntentEventMap(java.util.Map<Session.Intent,WSEvent.WSEventType[]> intentEventMap) |
public static java.util.Map<Session.Intent,WSEvent.WSEventType[]> intentEventMap
public static java.util.Map<WSEvent.WSEventType,Session.Intent> eventIntentMap
public static java.util.Map<WSEvent.WSEventType,java.lang.Class<?>> eventClassMap
public static void init()
public static java.util.Map<WSEvent.WSEventType,Session.Intent> transposeIntentEventMap(java.util.Map<Session.Intent,WSEvent.WSEventType[]> intentEventMap)
public static int eventToIntent(WSEvent.WSEventType... wsEventTypes)
public static int allEventToIntent()
Copyright © 2021. All rights reserved.