home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / threads.zip / asyncnot.vbe < prev    next >
Text File  |  1995-09-13  |  1KB  |  15 lines

  1. //VBBeginPartInfo: IAsyncNotifier,"Enables async notification - primarily for parts that are internally multi-threaded"
  2. //VBParent: IStandardNotifier
  3. //VBIncludes: "iasyntfy.hpp" _IASYNTFY_
  4. //VBLibFile: asyncnot.lib
  5. //VBPartDataFile: VBComm.vbb
  6. //VBConstructor: IAsyncNotifier()
  7. //VBComposerInfo: nonvisual
  8. //VBEvent: ready,"ready", readyId
  9. //VBAction: run,"Processes all messages and notifications for notifiers created on this dispatch thread",void,static void IAsyncNotifier::run()
  10. //VBAction: deleteThis,"Asynchronously delete the object",IAsyncNotifier&,IAsyncNotifier& IAsyncNotifier::deleteThis()
  11. //VBAttribute: dispatchThread,"The thread on which the async notifier was created and all notifications will be dispatched",IThreadId,const IThreadId& dispatchThread() const,,dispatchThreadId
  12. //VBAttribute: *this,"Obtains a reference to the object",IAsyncNotifier&,IAsyncNotifier& thisRef(),,thisRefId
  13. //VBPreferredFeatures: *this, deleteThis, enabledForNotification, run, this
  14. //VBEndPartInfo: IAsyncNotifier
  15.