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
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