1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3 <title>OsclTimerObserver class Reference</title> 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 5 </head><body> 6 <!-- Generated by Doxygen 1.2.18 --> 7 <center> 8 <a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9 <hr><h1>OsclTimerObserver Class Reference</h1><code>#include <<a class="el" href="oscl__timer_8h-source.html">oscl_timer.h</a>></code> 10 <p> 11 <table border=0 cellpadding=0 cellspacing=0> 12 <tr><td></td></tr> 13 <tr><td colspan=2><br><h2>Public Methods</h2></td></tr> 14 <tr><td nowrap align=right valign=top>virtual void </td><td valign=bottom><a class="el" href="classOsclTimerObserver.html#a0">TimeoutOccurred</a> (int32 timerID, int32 timeoutInfo)=0</td></tr> 15 <tr><td nowrap align=right valign=top>virtual </td><td valign=bottom><a class="el" href="classOsclTimerObserver.html#a1">~OsclTimerObserver</a> ()</td></tr> 16 </table> 17 <hr><a name="_details"></a><h2>Detailed Description</h2> 18 The observer class to receive timeout callbacks 19 <p> 20 <hr><h2>Constructor & Destructor Documentation</h2> 21 <a name="a1" doxytag="OsclTimerObserver::~OsclTimerObserver"></a><p> 22 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 23 <tr> 24 <td class="md"> 25 <table cellpadding="0" cellspacing="0" border="0"> 26 <tr> 27 <td class="md" nowrap valign="top"> virtual OsclTimerObserver::~OsclTimerObserver </td> 28 <td class="md" valign="top">( </td> 29 <td class="mdname1" valign="top" nowrap> </td> 30 <td class="md" valign="top">) </td> 31 <td class="md" nowrap><code> [inline, virtual]</code></td> 32 </tr> 33 34 </table> 35 </td> 36 </tr> 37 </table> 38 <table cellspacing=5 cellpadding=0 border=0> 39 <tr> 40 <td> 41 42 </td> 43 <td> 44 45 <p> 46 </td> 47 </tr> 48 </table> 49 <hr><h2>Member Function Documentation</h2> 50 <a name="a0" doxytag="OsclTimerObserver::TimeoutOccurred"></a><p> 51 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 52 <tr> 53 <td class="md"> 54 <table cellpadding="0" cellspacing="0" border="0"> 55 <tr> 56 <td class="md" nowrap valign="top"> virtual void OsclTimerObserver::TimeoutOccurred </td> 57 <td class="md" valign="top">( </td> 58 <td class="md" nowrap valign="top">int32 </td> 59 <td class="mdname" nowrap> <em>timerID</em>, </td> 60 </tr> 61 <tr> 62 <td></td> 63 <td></td> 64 <td class="md" nowrap>int32 </td> 65 <td class="mdname" nowrap> <em>timeoutInfo</em></td> 66 </tr> 67 <tr> 68 <td></td> 69 <td class="md">) </td> 70 <td class="md" colspan="2"><code> [pure virtual]</code></td> 71 </tr> 72 73 </table> 74 </td> 75 </tr> 76 </table> 77 <table cellspacing=5 cellpadding=0 border=0> 78 <tr> 79 <td> 80 81 </td> 82 <td> 83 84 <p> 85 This function will be called when the timer associated with this observer is executed<dl compact><dt><b>Parameters: </b></dt><dd> 86 <table border=0 cellspacing=2 cellpadding=0> 87 <tr><td valign=top><em>timerID</em> </td><td> 88 The ID given at timer request. </td></tr> 89 <tr><td valign=top><em>timeoutInfo</em> </td><td> 90 Any extra info given at timer request. </td></tr> 91 </table> 92 </dl> </td> 93 </tr> 94 </table> 95 <hr>The documentation for this class was generated from the following file:<ul> 96 <li><a class="el" href="oscl__timer_8h-source.html">oscl_timer.h</a></ul> 97 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 98 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 99 </small></address> 100 </body> 101 </html> 102