Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Actions to View communication
Actions to View communication [message #2521] Wed, 23 April 2003 11:53
Eclipse UserFriend
Originally posted by: ashishshrowty.yahoo.com

Hi,

Maybe I have not looked hard enough but here is the issue -

In a plugin that I am trying to develop, need the action delegate
(IWorkBenchWindowActionDelegate) to carry out certain actions, update the
model accordingly and have the view update itself with the changed model.

I don't want to use the standard selection changed event since the view
should *only* respond to the event of user activating my action. (One way
to do this is to physically call a method on the view/model from within
the action delegate. But that would be a closely coupled system.)

From an architecture perspective, does the eclipse platform promote
publish/subscribe model of communication? I want to define custom events
and listeners for communication.

Thanks!
Previous Topic:Rebuild Project
Next Topic:Eclipse Ant compiler options
Goto Forum:
  


Current Time: Mon Apr 28 02:36:28 EDT 2025

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

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

Back to the top