Package com.microstrategy.web.beans
Interface EnumGenericEvents
- 
public interface EnumGenericEventsEvents and arguments for the event handler base class.
- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intGENERIC_EVENT_ARGUMENT_MULTIPLE_EVENTSMultiple events are encoded in aFlatStateTokenizercollection.static intGENERIC_EVENT_ARGUMENT_MULTIPLE_EVENTS_XMLMultiple events are encoded in a specified in a xml format collection.static intGENERIC_EVENT_PROCESS_MULTIPLE_EVENTSThis 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
FlatStateTokenizercollection.- 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
 
 
 - 
 
 -