Class CompositionEndEvent
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.CompositionEndEvent
Represents a composition end event that occurs when an IME composition session ends.
- Since:
- 2026
- Version:
- 1.0
- Author:
- Marvin P. Warble Jr.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompositionEndEvent(String data) Constructs a new CompositionEndEvent 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
-
CompositionEndEvent
Constructs a new CompositionEndEvent 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
-