Re: T5: @OnEvent and onActivate

2007-12-18 Thread Angelo Chen
Hi, I think I found the answer, it is: @OnEvent("activate") thanks, A.C. Francois Armand wrote: > > Angelo Chen wrote: >> Hi, >> >> Can we use @OnEvent to annotate a onActivate method, say: >> >> @OnEvent(???) >> void myActivate() { >> } >> >> > I'm not sure I understand what you want to do

Re: T5: @OnEvent and onActivate

2007-12-18 Thread Francois Armand
Angelo Chen wrote: Hi, Can we use @OnEvent to annotate a onActivate method, say: @OnEvent(???) void myActivate() { } I'm not sure I understand what you want to do. The @OnEvent tag signal a handler for an Event. The method annotated may have any name you want, but you SHOULD avoid Tapest