Class CopyEvent


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

    • CopyEvent

      public CopyEvent()
  • 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