VirtualBox Main API
Public Attributes | List of all members
IClipboardEvent Interface Reference

Abstract base interface for clipboard events. More...

Inheritance diagram for IClipboardEvent:
IEvent IClipboardErrorEvent

Public Attributes

readonly attribute wstring id
 Name of the clipboard this event belongs to.
 
- Public Attributes inherited from IEvent
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

- Public Member Functions inherited from IEvent
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.
 

Detailed Description

Abstract base interface for clipboard events.

Interface ID:
{F22DD3B4-E4D0-437A-BFDF-0372896BA162}

Member Data Documentation

◆ id

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".