Documentation Updates

This commit is contained in:
clay_shooter
2007-07-19 10:38:01 +00:00
parent 15dbd3f567
commit bfdc36ad30
2 changed files with 37 additions and 9 deletions

View File

@@ -3,10 +3,11 @@
<head>
<title>Jacob can register Java classes for MS application events or callbacks</title>
<BODY>
<H2>Events</H2>
Jacob can register Java classes for MS application events or callbacks. The normal flow for this is:
<H2>Overview</H2>
Jacob can register Java classes for MS application events or callbacks.
<H2>Sequence of Events</H2>
The normal flow for this is:
<OL>
<LI>Application thread creates an instance of the event handler and registers it with Jacob
<LI>The application continues on doing other work.