• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Event Handle..

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Couple of questions:

a)When I try to print getID() for ItemEvent object for Choice GUI component. No matter what choice I select , it prints 701!! Why?. When should we use getID()method?
b) Enabling Events.. By default, each component can generate only specific Events.
In book it says , we can make object to generate different events (Overriding default) by using enableEvents() method.
HOw is it possible?
c) what is processEvent()?


 
Ranch Hand
Posts: 1467
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
psethura,
Your qstn needs some more details for us to understand what is really wanted. Also only one qstn per post please unless you can't seperate them. In your case each one of them needs a separate thread and also with clear explaination of what do you want.
regds
maha anna


[This message has been edited by maha anna (edited April 16, 2000).]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic