public abstract class EventHook extends Object
Constructor and Description |
---|
EventHook() |
Modifier and Type | Method and Description |
---|---|
void |
event(ThreadContext context,
RubyEvent event,
String file,
int line,
String name,
IRubyObject type) |
abstract void |
eventHandler(ThreadContext context,
String eventName,
String file,
int line,
String name,
IRubyObject type) |
abstract boolean |
isInterestedInEvent(RubyEvent event) |
public void event(ThreadContext context, RubyEvent event, String file, int line, String name, IRubyObject type)
public abstract void eventHandler(ThreadContext context, String eventName, String file, int line, String name, IRubyObject type)
public abstract boolean isInterestedInEvent(RubyEvent event)
Copyright © 2001-2015 JRuby. All Rights Reserved.