package greencode.jscript.dom.function.implementation; import greencode.jscript.dom.event.custom.CustomEventObject; public abstract class CustomEventFunction implements Function { public abstract void init(CustomEventObject event); }