home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 5 / CONNECTIONS.iso / content / software / office / hotoffic / optional / java_upd.exe / classr.exe / java / lang / Runnable.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-05-08  |  198 b   |  6 lines

  1. package java.lang;
  2.  
  3. public interface Runnable {
  4.    void run();
  5. }
  6.