jist.swans.app
Interface AppInterface.ThreadedApp

All Known Implementing Classes:
AppJava
Enclosing interface:
AppInterface

public static interface AppInterface.ThreadedApp

Application that supports threading.


Method Summary
 jist.swans.app.lang.SimtimeThread getCurrentThread()
          Get current thread from thread context.
 void setCurrentThread(jist.swans.app.lang.SimtimeThread t)
          Set current thread in thread context.
 

Method Detail

getCurrentThread

jist.swans.app.lang.SimtimeThread getCurrentThread()
Get current thread from thread context.

Returns:
thread entity

setCurrentThread

void setCurrentThread(jist.swans.app.lang.SimtimeThread t)
Set current thread in thread context.

Parameters:
thread - thread entity