Class CompositionStartEvent
java.lang.Object
com.oorian.messaging.events.Event<CompositionListener>
com.oorian.messaging.events.client.ClientEvent<CompositionListener>
com.oorian.messaging.events.client.CompositionEvent
com.oorian.messaging.events.client.CompositionStartEvent
Represents a composition start event that occurs when an IME composition session begins.
- Since:
- 2026
- Version:
- 1.0
- Author:
- Marvin P. Warble Jr.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompositionStartEvent(String data) Constructs a new CompositionStartEvent with the specified composed text data. -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatchTo(CompositionListener listener) Dispatches this event to the specified listener for processing.Methods inherited from class com.oorian.messaging.events.client.CompositionEvent
getDataMethods inherited from class com.oorian.messaging.events.client.ClientEvent
getSource, getTarget, setSource, setTarget
-
Constructor Details
-
CompositionStartEvent
Constructs a new CompositionStartEvent with the specified composed text data.- Parameters:
data- the composed text data from the IME
-
-
Method Details
-
dispatchTo
Dispatches this event to the specified listener for processing.- Specified by:
dispatchToin classEvent<CompositionListener>- Parameters:
listener- the listener to which this event should be dispatched
-