VirtualBox

Changeset 31576 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 11, 2010 3:14:48 PM (14 years ago)
Author:
vboxsync
Message:

SDK docs: typos and corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r31574 r31576  
    1405814058
    1405914059      Generally speaking, an event (represented by this interface) signals that something
    14060       happened, while an event listener (see <link to="IEventListener" /> represents an
     14060      happened, while an event listener (see <link to="IEventListener" />) represents an
    1406114061      entity that is interested in certain events. In order for this to work with
    1406214062      unidirectional protocols (i.e. web services), the concepts of passive and active
     
    1408014080          implementation maintains an event queue for each passive listener, and
    1408114081          newly arrived events are put in this queue. When the listener calls
    14082           <link to="IEventSource::getEvent"/>, all elements from its internal event
    14083           queue are returned. When the client completes processing of an event,
     14082          <link to="IEventSource::getEvent"/>, first element from its internal event
     14083          queue is returned. When the client completes processing of an event,
    1408414084          the <link to="IEventSource::eventProcessed" /> function must be called,
    14085           acknowledging that the events were processed. It supports implementing
     14085          acknowledging that the event was processed. It supports implementing
    1408614086          waitable events. On passive listener unregistration, all events from its
    1408714087          queue are auto-acknowledged.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette