GWT Custom Events

Posted by Ciarán on Stack Overflow See other posts from Stack Overflow or by Ciarán
Published on 2010-06-01T16:44:43Z Indexed on 2010/06/03 15:34 UTC
Read the original article Hit count: 347

Filed under:
|
|

Hey I have a problem getting my head around how custom GWT event Handlers work. I have read quite a bit about the topic and it still is some what foggy. I have read threads here on Stackoverflow like this one http://stackoverflow.com/questions/998621/gwt-custom-event-handler.Could someone explain it in an applied mannar such as the following.

I have 2 classes a block and a man class. When the man collides with the block the man fires an event ( onCollision() ) and then the block class listens for that event.

Thanks

© Stack Overflow or respective owner

Related posts about events

Related posts about gwt