Package com.microstrategy.web.beans
Interface EnumGenericEvents
-
public interface EnumGenericEvents
Events and arguments for the event handler base class.
- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
GENERIC_EVENT_ARGUMENT_MULTIPLE_EVENTS
Multiple events are encoded in aFlatStateTokenizer
collection.static int
GENERIC_EVENT_ARGUMENT_MULTIPLE_EVENTS_XML
Multiple events are encoded in a specified in a xml format collection.static int
GENERIC_EVENT_PROCESS_MULTIPLE_EVENTS
This special event incorporates multiple events.
-
-
-
Field Detail
-
GENERIC_EVENT_PROCESS_MULTIPLE_EVENTS
static final int GENERIC_EVENT_PROCESS_MULTIPLE_EVENTS
This special event incorporates multiple events.
- See Also:
- Constant Field Values
-
GENERIC_EVENT_ARGUMENT_MULTIPLE_EVENTS
static final int GENERIC_EVENT_ARGUMENT_MULTIPLE_EVENTS
Multiple events are encoded in a
FlatStateTokenizer
collection.- See Also:
- Constant Field Values
-
GENERIC_EVENT_ARGUMENT_MULTIPLE_EVENTS_XML
static final int GENERIC_EVENT_ARGUMENT_MULTIPLE_EVENTS_XML
Multiple events are encoded in a specified in a xml format collection.
- See Also:
- Constant Field Values
-
-