Class CutEvent


public class CutEvent extends ClipboardEvent
Represents a cut event that occurs when the user cuts content to the clipboard.
Since:
2026
Version:
1.0
Author:
Marvin P. Warble Jr.
See Also:
  • Constructor Details

    • CutEvent

      public CutEvent()
  • Method Details

    • dispatchTo

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