At 06:47  21/3/01 -0800, Harmeet Bedi wrote:
>> >What Worked
>> >==========
>>
>> JDK1.3 is currently not allowed because we want to keep compatible with
>> with 1.2.
>
>One could take the JDK 1.3 Timer classes and use them with 1.2 VM, either as
>is or in a different package. So I think it should be possible to do this in
>JDK 1.2.

not legal and thus a nogo here ;)

>Here is the addition to PeriodicTimer that would help a lot.
>     public long getStartTime()
>     {
>         return m_startTime;
>     }
>
>     public long getPeriod()
>     {
>         return m_period;
>     }

added
Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to