Sponsored Links


Results 1 to 2 of 2

Thread: Listener in java

  1. #1
    Senior Member saneha's Avatar
    Join Date
    Apr 2011
    Posts
    266

    Icon20 Listener in java

    Sponsored Links1



  2. #2
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    A listener is called when the user does something to the user interface that causes an event. Although these events usually come from the user interface, they can have other sources (eg, a Timer).
    Button listener example

    After a button is created, you will add a listener to it. Eg,

    b.addActionListener(listener_object);

    When the button is clicked, a call is made to the actionPerformed() method defined in the class of the listener object. An ActionEvent object is passed as a parameter to it actionPerformed().

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 06-24-2011, 07:42 AM
  2. Replies: 0
    Last Post: 06-23-2011, 11:41 PM
  3. Java applet working or not on windows 7 Java 2011
    By Vuhelper in forum Java forum
    Replies: 0
    Last Post: 06-14-2011, 09:22 PM
  4. Java Applet Won't Load In Browser 2011 Java
    By Vuhelper in forum Java forum
    Replies: 0
    Last Post: 06-14-2011, 09:20 PM
  5. Replies: 1
    Last Post: 04-28-2011, 08:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft