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 |
---|
Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type) |
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 Event(RubyThread sender, RubyThread target, ThreadService.Event.Type type)
public Event(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception)
Copyright © 2001–2015 JRuby. All rights reserved.