Class CompositionStartEvent


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

    • CompositionStartEvent

      public CompositionStartEvent(String data)
      Constructs a new CompositionStartEvent 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