VirtualBox Main API
|
Abstract base interface for clipboard events. More...
Public Attributes | |
readonly attribute wstring | id |
Name of the clipboard this event belongs to. | |
![]() | |
readonly attribute VBoxEventType | type |
Event type. | |
readonly attribute IEventSource | source |
Source of this event. | |
readonly attribute boolean | waitable |
If we can wait for this event being processed. | |
Additional Inherited Members | |
![]() | |
void | setProcessed () |
Internal method called by the system when all listeners of a particular event have called IEventSource::eventProcessed. | |
void | waitProcessed (in long timeout, [retval] out boolean result) |
Wait until time outs, or this event is processed. | |
Abstract base interface for clipboard events.
{F22DD3B4-E4D0-437A-BFDF-0372896BA162}
readonly attribute wstring IClipboardEvent::id |
Name of the clipboard this event belongs to.
For Windows or macOS hosts / guests, this string is empty. For X11-based hosts / guests, this can hold either "PRIMARY" or "SECONDARY".