• 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

Signal Handling inJava

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
How do we do Signal Handling in Java.
IS there any in built api set..
i saw something coming up in Java 2 v1.4,but
could find tutorials for it!!!
can anyone through light on this please
Thanks and Regards
vinaya
 
author
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What exactly do you mean by signal handling? Digital signal processing? regular IO? Wireless? Remote Messaging? A few more details might help here
Sean
 
vinaya kumar
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Sorry for not being descriptive.
w.r.t a GUI Application,
I am running an Application,At that point ,
user wants to close the Application abruptly.
say "ctrl c" which can cause SIGINT or ALT F4.
How do i determing in my application these signals.
 
vinaya kumar
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Sorry for not being descriptive.
w.r.t a GUI Application,
I am running an Application,At that point ,
user wants to close the Application abruptly.
say "ctrl c" which can cause SIGINT or ALT F4.
How do i determine in my application these signals.

I hope i am clear
Thanks and Regards
vinaya
 
Ranch Hand
Posts: 3141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just spotted a new article on IBM DeveloperWorks site that might help you out

Java signal handling and termination
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic