Interfaces
 InterfaceDescription
 IConversationEvent Interface for Flex events that can begin a conversation
 IEventInterceptor Event interceptors are triggered before and after Tide events are dispatched to observers An interceptor can prevent dispatch of an event by calling preventDefault()
Classes
 ClassDescription
 AbstractTideEvent Abstract base class for typed Tide events that can be dispatched from UI components
 EventRouter The EventRouter component can be bound to a JMS topic and send and receive events to the server.
This component encapsulates a Gravity Consumer and a Producer.
 TideContextEvent Generic context event.
 TideEvent Base class for Tide events
 TideFaultEvent Event that is provided to Tide fault handlers and that holds the fault object.
 TidePluginEvent Tide plugin event
 TideResultEvent Event that is provided to Tide result handlers and that holds the result object.
 TideSubscriptionEvent Event that is dispatched when a component is subscribed or unsubscribed to its attached topic
 TideUIConversationEvent Standard Flex event that can dispatched from UI components and is intercepted by the context in which the UI component is registered This event indicates that the event needs to be dispatched in a particular conversation context and may trigger creation of a new context
 TideUIEvent Standard Flex event that can be dispatched from UI components and is intercepted by the context in which the UI component is registered
 TideValidatorEvent Event that is dispatched on the context by validation exception handlers and that can be listened by a TideEntityValidator