2010 FRC Java API


Uses of Class
com.sun.squawk.platform.SystemEvents

Packages that use SystemEvents
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.platform Classes that define and provide platform-specific implementations of various features of the JVM. 
com.sun.squawk.platform.posix Classes that define and provide POSIX-specific implementations of various features of the JVM. 
 

Uses of SystemEvents in com.sun.squawk
 

Methods in com.sun.squawk that return SystemEvents
static SystemEvents VMThread.getSystemEvents()
          Handler for OS events...
 

Uses of SystemEvents in com.sun.squawk.platform
 

Methods in com.sun.squawk.platform that return SystemEvents
static SystemEvents Platform.createSystemEvents()
          Create the correct kind of SystemEvents Handler, or null if none needed.
 

Uses of SystemEvents in com.sun.squawk.platform.posix
 

Subclasses of SystemEvents in com.sun.squawk.platform.posix
 class SystemEventsImpl
           
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.