Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Can I build a Rcp application in which events are programatically fired?
Can I build a Rcp application in which events are programatically fired? [message #463242] Wed, 07 February 2007 11:31 Go to next message
karthik is currently offline karthikFriend
Messages: 1
Registered: July 2009
Junior Member
I hope some manager kind of thing would be present which is responsible for calling all the event handlers when that event is reported. Can i report an event to that manage through a snippet? If I click on a button the corresponding event is generated and the handlers to that event would be called, can i generate the similar event without the click through my code?
Re: Can I build a Rcp application in which events are programatically fired [message #463260 is a reply to message #463242] Wed, 07 February 2007 14:26 Go to previous message
cloudor Mising name is currently offline cloudor Mising nameFriend
Messages: 34
Registered: July 2009
Member
widget.sendEvent(int,Event)
or
display.post(Event)
Previous Topic:CheckboxTableViewer Databinding
Next Topic:Table viewer vs grid Viewer
Goto Forum:
  


Current Time: Thu Oct 03 11:12:23 GMT 2024

Powered by FUDForum. Page generated in 0.04792 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top