Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » excel ole event listeners?
excel ole event listeners? [message #436811] Tue, 25 May 2004 01:14
Eclipse UserFriend
Originally posted by: yaochonghua.sina.com

I can use following code to add ie ole event listeners:
iecontrolSite.addEventListener(eventid, new OleListener() {
public void handleEvent(OleEvent event) {
System.out.println("catch it!");
}
});
but when I use the same way to add excel ole event listeners,it's
invalid,why?
Previous Topic:Getting notifications for Job.cancel()
Next Topic:For swt to run,which type of project is to be created
Goto Forum:
  


Current Time: Sat Apr 27 04:37:17 GMT 2024

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

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

Back to the top