Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 127285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:27:08+00:00 2026-05-11T05:27:08+00:00

I am writing a Java application using SWT widgets. I would like to update

  • 0

I am writing a Java application using SWT widgets. I would like to update the state of certain widgets upon a certain event happening (for example, updating the data model’s state).

Is there something in Java similar to Cocoa’s NSNotificationCenter, where I can register an object to listen for notification events and respond to them, as well as have other objects ‘fire off’ a notification?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T05:27:09+00:00Added an answer on May 11, 2026 at 5:27 am

    Ok, suppose that for example, you want parts of your program to be notified when your Loader starts a scan, and when it finishes a scan (don’t worry about what a Loader is, or what a scan is, these are examples from some code I have lying around from my last job). You define an interface, call it ‘ScanListener’, like

    public interface ScanListener {   public void scanStarted();   public void scanCompleted(); } 

    Now the Loader defines a method for your other code to register for callbacks, like

    public void addScanListener(ScanListener listener) {   listeners.add(listener); } 

    The Loader, when it starts a scan, executes the following code

    for (ScanListener listener : listeners) {   listener.scanStarted(); } 

    and when it finishes, it does the same thing with listener.scanCompleted();

    The code that needs to be notified of these events implements that interface (either themselves, or in an internal class), and calls ‘loader.addScanListener(this)’. Its scanStarted() and scanCompleted() methods are called at the appropriate times. You can even do this with callbacks that take arguments and/or return results. It’s all up to you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 169k
  • Answers 169k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer that should work: %> wget.exe parameters_here 1> NUL 2> NUL May 12, 2026 at 1:57 pm
  • Editorial Team
    Editorial Team added an answer I'm no expert, but I'm reasonably sure that this would… May 12, 2026 at 1:57 pm
  • Editorial Team
    Editorial Team added an answer I finally found out why this was happening. The reason… May 12, 2026 at 1:57 pm

Related Questions

I am writing an application in Java for the desktop using the Eclipse SWT
I am writing an application in Java using SWT. On our Solaris machines, we
Alright. So I have a very large amount of binary data (let's say, 10GB)
I'm writing a Flex app on top of a Java web application using BlazeDS.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.