Package com.oorian.messaging.events.client
package com.oorian.messaging.events.client
-
ClassDescriptionRepresents an animation cancel event that occurs when a CSS animation is cancelled.Represents an animation end event that occurs when a CSS animation completes.Abstract base class for all CSS animation-related events in the client interface.Represents an animation iteration event that occurs when a CSS animation completes one iteration.Listener interface for handling CSS animation events in the client interface.Represents an animation start event that occurs when a CSS animation begins.ClientEvent<T extends ClientEventListener>Abstract base class for all client-side events in the Oorian framework.Marker interface for all client-side event listeners.Abstract base class for file-related client events.Listener interface for handling client-side file-related events.Event fired when the user selects one or more files in a file input element.Event fired when one or more files have been uploaded from the client to the server.Abstract base class for all clipboard-related events in the client interface.Listener interface for handling clipboard events in the client interface.Represents a composition end event that occurs when an IME composition session ends.Abstract base class for all composition (IME) events in the client interface.Listener interface for handling composition (IME) events in the client interface.Represents a composition start event that occurs when an IME composition session begins.Represents a composition update event that occurs when new characters are received during an IME composition.Represents a context menu event that occurs when the user right-clicks or triggers the context menu on an element.Represents a copy event that occurs when the user copies content to the clipboard.Represents a cut event that occurs when the user cuts content to the clipboard.Listener interface for HTML5 drag and drop events.Event fired when a drag operation ends (the user releases the mouse button or presses Escape).Event fired when a dragged element enters a valid drop target.Event fired when a dragged element exits a valid drop target.Event fired when a dragged element leaves a valid drop target.Event fired continuously while a dragged element is over a valid drop target.Event fired when the user begins dragging an element.Event fired when a dragged element is dropped onto a valid drop target.Abstract base class for focus-related client events.Event fired when an HTML element receives keyboard focus.Listener interface for handling focus-related client events.Event fired when an HTML element loses keyboard focus.Event fired when a form is submitted from the client side.Listener interface for handling form submission events.Event fired when the value of an input element changes.Event fired when input to an element is completed.Abstract base class for input-related client events.Listener interface for handling input-related client events.Keyboard key code constants for handling keyboard events.Event fired when a key is initially pressed down.Abstract base class for keyboard-related client events.Listener interface for handling keyboard-related client events.Deprecated.Event fired when a key is released.Represents a mouse click event that occurs when a user clicks on an element in the client interface.Listener interface for handling mouse click events in the client interface.Represents a mouse double-click event that occurs when a user double-clicks on an element in the client interface.Represents a mouse button press (down) event that occurs when a user presses a mouse button over an element.Represents a mouse enter event that occurs when the mouse pointer enters an element's boundaries.Abstract base class for all mouse-related events in the client interface.Represents a mouse leave event that occurs when the mouse pointer leaves an element's boundaries.Listener interface for handling comprehensive mouse events in the client interface.Represents a mouse movement event that occurs when a user moves the mouse pointer over an element.Represents a mouse exit event that occurs when the mouse pointer leaves an element's boundaries.Represents a mouse enter event that occurs when the mouse pointer enters an element's boundaries.Represents a mouse button release (up) event that occurs when a user releases a pressed mouse button.Represents a paste event that occurs when the user pastes content from the clipboard.Represents a pointer cancel event that occurs when the browser determines a pointer is unlikely to produce further events (e.g., when the device orientation changes or the pointer is captured by a different element).Represents a pointer down event that occurs when a pointer becomes active (button pressed or contact made).Represents a pointer enter event that occurs when a pointer enters an element's boundaries.Abstract base class for all pointer-related events in the client interface.Represents a pointer leave event that occurs when a pointer leaves an element's boundaries.Listener interface for handling pointer events in the client interface.Represents a pointer move event that occurs when a pointer changes coordinates.Represents a pointer out event that occurs when a pointer is moved out of an element's hit test boundaries.Represents a pointer over event that occurs when a pointer is moved into an element's hit test boundaries.Represents a pointer up event that occurs when a pointer is no longer active (button released or contact lifted).Abstract base class for scroll-related events that carry scroll position information.Represents a scroll end event that occurs when scrolling reaches the end boundary of a scrollable element.Event fired when the user scrolls an element's content.Listener interface for handling scroll events in the client interface.Represents a scroll start event that occurs when a user begins a scrolling gesture on a touch-enabled device.Represents a scroll stop event that occurs when a user ends a scrolling gesture on a touch-enabled device.Represents a general swipe gesture event that occurs when a user performs a swipe motion on a touch-enabled device.Represents a leftward swipe gesture event that occurs when a user swipes from right to left on a touch-enabled device.Represents a rightward swipe gesture event that occurs when a user swipes from left to right on a touch-enabled device.Represents a tap gesture event that occurs when a user performs a quick touch and release on a touch-enabled device.Represents a tap-and-hold gesture event that occurs when a user touches and maintains contact on a touch-enabled device.Represents a toggle event that occurs when a popover or details element is toggled.Listener interface for handling toggle events in the client interface.Represents a native touchcancel event that occurs when a touch interaction is interrupted.Represents a native touchend event that occurs when a finger is removed from the touch surface.Abstract base class for all touch-related events in the client interface.Listener interface for handling comprehensive touch events in the client interface.Represents a native touchmove event that occurs when a finger moves across the touch surface.Represents a native touchstart event that occurs when a finger is placed on the touch surface.Represents a transition cancel event that occurs when a CSS transition is cancelled.Represents a transition end event that occurs when a CSS transition completes.Abstract base class for all CSS transition-related events in the client interface.Listener interface for handling CSS transition events in the client interface.Represents a transition run event that occurs when a CSS transition first creates a visual change.Represents a transition start event that occurs when a CSS transition begins.Event representing custom user-defined actions and interactions.Listener interface for handling
UserEventinstances.
KeyDownEventinstead.