Uses of Interface
things.thinger.SystemSuperInterface

Packages that use SystemSuperInterface
things.thinger   
things.thinger.kernel   
things.thinger.kernel.basic   
 

Uses of SystemSuperInterface in things.thinger
 

Methods in things.thinger that return SystemSuperInterface
 SystemSuperInterface SystemInterface.requestSuperSystemInterface()
          Ask the kernel for a SuperSystemInterface.
 

Uses of SystemSuperInterface in things.thinger.kernel
 

Fields in things.thinger.kernel declared as SystemSuperInterface
 SystemSuperInterface ThingsProcess.ssi
          System Super Interface
 

Methods in things.thinger.kernel with parameters of type SystemSuperInterface
 void ThingsProcess.init(SystemSuperInterface theSSI)
          Complete initialization.
 

Uses of SystemSuperInterface in things.thinger.kernel.basic
 

Classes in things.thinger.kernel.basic that implement SystemSuperInterface
 class KernelBasic
          Implements a system interface for the basic Kernel.
 class KernelBasicBase
          Implements underlying Kernel functionality.
 

Methods in things.thinger.kernel.basic that return SystemSuperInterface
 SystemSuperInterface KernelBasic.requestSuperSystemInterface()
          Ask the kernel for a SuperSystemInterface.
 



Things.