| Constructor and Description |
|---|
Ruby.CallTraceFuncHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
eventHandler(ThreadContext context,
String eventName,
String file,
int line,
String name,
IRubyObject type) |
boolean |
isInterestedInEvent(RubyEvent event) |
void |
setTraceFunc(RubyProc traceFunc) |
public void setTraceFunc(RubyProc traceFunc)
public void eventHandler(ThreadContext context, String eventName, String file, int line, String name, IRubyObject type)
eventHandler in class EventHookpublic boolean isInterestedInEvent(RubyEvent event)
isInterestedInEvent in class EventHookCopyright © 2001-2016 JRuby. All Rights Reserved.