I see it now... so basically this...

<listeners>
        <listener name="SampleListener" type="listeners.SampleListener"/>
</listeners>

thanks Matt!


On Sat, Aug 22, 2009 at 12:01 PM, Matthew Woodward<[email protected]> wrote:
> David D-V Tran wrote:
>>
>>                <listener name="BlogCategory"
>> type="location.system.model.BlogCategory">
>>                        <invoker
>> type="machii.framework.invokers.CFCInvoker_EventArgs" />
>>                </listener>
>
> Well, first get rid of the invoker line altogether:
> <listener name="BlogCategory" type="location.system.model.BlogCategory" />
>
> But since you're using the event args invoker, your listener methods are
> probably expecting individual arguments instead of a single event object,
> you'll have to adjust those as well. Unless you have a specific need for
> individual arguments you should just have your listener methods expect the
> event object as the sole argument.
> --
> Matthew Woodward
> [email protected]
> http://www.mattwoodward.com/blog
>
> Please do not send me proprietary file formats such as Word, PowerPoint,
> etc. as attachments.
> http://www.gnu.org/philosophy/no-word-attachments.html
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets: 
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---

Reply via email to