<tdclass="colFirst"><ahref="../System/EventHandler.html"title="interface in System">EventHandler</a><T></td>
<tdclass="colLast"> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/IAsyncResult.html"title="interface in System">IAsyncResult</a></td>
<tdclass="colLast">
<divclass="block">Represents the status of an asynchronous operation.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../System/IComparable.html"title="interface in System">IComparable</a><T></td>
<tdclass="colLast">
<divclass="block">Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method for ordering instances.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/IDisposable.html"title="interface in System">IDisposable</a></td>
<tdclass="colLast">
<divclass="block">Defines a method to release allocated unmanaged resources.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../System/IEquatable.html"title="interface in System">IEquatable</a><T></td>
<tdclass="colLast">
<divclass="block">Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/IServiceProvider.html"title="interface in System">IServiceProvider</a></td>
<tdclass="colLast">
<divclass="block">Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList">
<tableclass="packageSummary"border="0"cellpadding="3"cellspacing="0"summary="Class Summary table, listing classes, and an explanation">
<tdclass="colFirst"><ahref="../System/Action.html"title="class in System">Action</a><T></td>
<tdclass="colLast">
<divclass="block">Encapsulates a method that takes a single parameter and does not return a value.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/AsyncCallback.html"title="class in System">AsyncCallback</a></td>
<tdclass="colLast">
<divclass="block">References a method to be called when a corresponding asynchronous operation completes.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../System/Event.html"title="class in System">Event</a><T extends <ahref="../System/EventArgs.html"title="class in System">EventArgs</a>></td>
<tdclass="colLast">
<divclass="block">Base class for all events in JavaXNA.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/EventArgs.html"title="class in System">EventArgs</a></td>
<tdclass="colLast">
<divclass="block">System.EventArgs is the base class for classes containing event data.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../System/TimeSpan.html"title="class in System">TimeSpan</a></td>
<tdclass="colLast">
<divclass="block">Represents a time interval.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/ValueType.html"title="class in System">ValueType</a></td>
<tdclass="colLast">
<divclass="block">Provides the base class for value types.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList">
<tableclass="packageSummary"border="0"cellpadding="3"cellspacing="0"summary="Exception Summary table, listing exceptions, and an explanation">
<tdclass="colFirst"><ahref="../System/ArgumentException.html"title="class in System">ArgumentException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when one of the arguments provided to a method is not valid.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/ArgumentNullException.html"title="class in System">ArgumentNullException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../System/ArgumentOutOfRangeException.html"title="class in System">ArgumentOutOfRangeException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/ArithmeticException.html"title="class in System">ArithmeticException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown for errors in an arithmetic, casting, or conversion operation.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../System/FormatException.html"title="class in System">FormatException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/InvalidOperationException.html"title="class in System">InvalidOperationException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when a method call is invalid for the object's current state.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../System/NotImplementedException.html"title="class in System">NotImplementedException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when a requested method or operation is not implemented.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/NotSupportedException.html"title="class in System">NotSupportedException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked
functionality.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../System/ObjectDisposedException.html"title="class in System">ObjectDisposedException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when an operation is performed on a disposed object.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/OverflowException.html"title="class in System">OverflowException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../System/SystemException.html"title="class in System">SystemException</a></td>
<tdclass="colLast">
<divclass="block">Defines the base class for predefined exceptions in the System namespace.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../System/UnauthorizedAccessException.html"title="class in System">UnauthorizedAccessException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.</div>