package java.lang
implements Thread_UncaughtExceptionHandler
Available on javanew (param1:ThreadGroup, param2:String)
new (param1:String)
activeCount ():Int
activeGroupCount ():Int
allowThreadSuspension (param1:Bool):Bool
checkAccess ():Void
destroy ():Void
enumerate (param1:NativeArray<ThreadGroup>, param2:Bool):Int
enumerate (param1:NativeArray<Thread>):Int
enumerate (param1:NativeArray<Thread>, param2:Bool):Int
enumerate (param1:NativeArray<ThreadGroup>):Int
getMaxPriority ():Int
getName ():String
getParent ():ThreadGroup
interrupt ():Void
isDaemon ():Bool
isDestroyed ():Bool
list ():Void
parentOf (param1:ThreadGroup):Bool
resume ():Void
setDaemon (param1:Bool):Void
setMaxPriority (param1:Int):Void
stop ():Void
suspend ():Void
toString ():String
uncaughtException (param1:Thread, param2:Throwable):Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/lang/ThreadGroup.html