Class CopyEvent
java.lang.Object
com.oorian.messaging.events.Event<ClipboardListener>
com.oorian.messaging.events.client.ClientEvent<ClipboardListener>
com.oorian.messaging.events.client.ClipboardEvent
com.oorian.messaging.events.client.CopyEvent
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatchTo(ClipboardListener listener) Dispatches this event to the specified listener for processing.Methods inherited from class com.oorian.messaging.events.client.ClientEvent
getSource, getTarget, setSource, setTarget
-
Constructor Details
-
CopyEvent
public CopyEvent()
-
-
Method Details
-
dispatchTo
Dispatches this event to the specified listener for processing.- Specified by:
dispatchToin classEvent<ClipboardListener>- Parameters:
listener- the listener to which this event should be dispatched
-