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 EventHook
public boolean isInterestedInEvent(RubyEvent event)
isInterestedInEvent
in class EventHook
Copyright © 2001-2015 JRuby. All Rights Reserved.