Class CompositionEndEvent


public class CompositionEndEvent extends CompositionEvent
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 Details

    • CompositionEndEvent

      public CompositionEndEvent(String data)
      Constructs a new CompositionEndEvent with the specified composed text data.
      Parameters:
      data - the composed text data from the IME
  • Method Details

    • dispatchTo

      public void dispatchTo(CompositionListener listener)
      Dispatches this event to the specified listener for processing.
      Specified by:
      dispatchTo in class Event<CompositionListener>
      Parameters:
      listener - the listener to which this event should be dispatched