but if i need define a event called onPage(fired by logical,not DOM event) for my widget,how should i register this event and bind handler for it?
On Dec 5, 7:53 pm, Thomas Broyer <[email protected]> wrote: > sinkEvents is only for DOM events (ones that are dispatched by the browser > itself). In "modern" GWT development you shouldn't have to ever call > sinkEvents (use addDomHandler). > > For custom events, use addHandler. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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/google-web-toolkit?hl=en.
