public static class ThreadService.Event extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ThreadService.Event.Type |
Modifier and Type | Field and Description |
---|---|
IRubyObject |
exception |
RubyThread |
sender |
RubyThread |
target |
ThreadService.Event.Type |
type |
Constructor and Description |
---|
ThreadService.Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type) |
ThreadService.Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type,
IRubyObject exception) |
public final RubyThread sender
public final RubyThread target
public final ThreadService.Event.Type type
public final IRubyObject exception
public ThreadService.Event(RubyThread sender, RubyThread target, ThreadService.Event.Type type)
public ThreadService.Event(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception)
Copyright © 2001-2014 JRuby. All Rights Reserved.