classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Event class?


From: Shane Nay
Subject: Event class?
Date: Thu, 10 May 2001 09:33:54 -0700

Hmm.., funny thing.  Following is in java/awt/AWTEvent:
public
AWTEvent(Event event)
{
  this(event.target, event.id);
}

No class Event in the sources I can find.  Am I blind or an idiot?  It wasn't 
in the .02 release that I can see either, so surely this works normally.  
(Sorry Japhar just does not work for me, so I don't have a "normally", but I 
don't see an Event class in japhar either)

Thanks,
Shane.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]