setNextEvent not found in RequestContext -- called from interceptor

overrideEvent works when called in the preProcess interceptor, but
setNextEvent method was not found in component
coldbox.system.web.context.RequestContext.

setNextEvent() is not part of the event context.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

ok. so instead of event.setNextEvent() i use setNextEvent and it
works.
so thanks.

Am using it incorrectly in the handlers? In all my handlers i have
Event.setNextEvent(""); and it does the job.