progress view stop button listener
Posted
by Norbi
on Stack Overflow
See other posts from Stack Overflow
or by Norbi
Published on 2010-04-30T11:21:37Z
Indexed on
2010/04/30
11:27 UTC
Read the original article
Hit count: 238
eclipse-plugin
Hi!
I develop an eclipse plugin and I added an eclipse progress view to it. There is an stop button on the progress view and I want to create some kind of listener to handle the events of the chancel button, but I don't know how I can do it. I know the monitor has an isChancel() method, but I have to create come kind of listener to listen when user clicks the stop button, while the plugin works. Please give me some advice. Thanks
Example:
© Stack Overflow or respective owner