Class CompositionUpdateEvent


public class CompositionUpdateEvent extends CompositionEvent
Represents a composition update event that occurs when new characters are received during an IME composition.
Since:
2026
Version:
1.0
Author:
Marvin P. Warble Jr.
See Also:
  • Constructor Details

    • CompositionUpdateEvent

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