Class ClipboardEvent

Direct Known Subclasses:
CopyEvent, CutEvent, PasteEvent

public abstract class ClipboardEvent extends ClientEvent<ClipboardListener>
Abstract base class for all clipboard-related events in the client interface.

Clipboard events are fired when the user performs copy, cut, or paste operations. Note that clipboard data content is not sent to the server for security reasons; this event only notifies the server that a clipboard operation occurred.

Features:

  • Notifies server of copy, cut, and paste operations
  • Integrates with the ClipboardListener interface
Since:
2026
Version:
1.0
Author:
Marvin P. Warble Jr.
See Also:
  • Constructor Details

    • ClipboardEvent

      public ClipboardEvent()