How TO make our own EventListener ?

Hello,
I am in very difficult stage.
I n a while loop , I received a String against a function call
and nedd to add some action listener so that in Receiving Listener i
can find what the emessage is ?
Please help
Thanks.

Your question is not clear. But I will guess as to what you are asking and to the solution.
Do you know what type of listener you need? ActionListener, WindowListener, etc.
If yes: then just create a non-intialized listener object of that type, when the request is made
then just initalize it, attach it, pump the event tree and then let the requester take care of business.
If no: I have no clue what you want. Need more information.

Similar Messages

  • How to make our own Ajax based custom compnent

    hi
    i want to make my own Ajax based custom compnent.
    i know JSF custom comppnents, but dont know how to add Ajax functionality in it.
    what should i have to learn for this.
    can any one guide me. if some one have code example it will be appreciated
    br,
    Haroon

    You can read tutorials or manuals from the suppliers of AJAX for JSF components. And of course take a look into the code.
    Examples:
    http://getahead.ltd.uk/dwr
    http://icefaces.org
    http://www.exadel.com/web/portal/products/VisualComponentPlatform
    https://bpcatalog.dev.java.net/ajax/jsf-ajax/
    Overview:
    http://www.jsftutorials.net/
    http://www.jsfmatrix.net/

  • How to add our own applications to Cisco Connect Cloud?

    How to add our own applications to Cisco Connect Cloud?

    You might find this interesting.
    http://newsroom.cisco.com/press-release-content?type=webcontent&articleId=926074
    Interested developers are invited to visit the Linksys Developer Community at http://developer.cisco.com/web/ldc to register and develop apps for Linksys Smart Wi-Fi Routers. Cisco empowers developers with technical, marketing, and sales resources to help support every phase of their developmental and business cycles.

  • HT5293 how to make our folder hidden, without writing in terminal console in apple mac book air OSX10.8.5

    Hey all users
    I am using this mac book air OSX10.8.5.
    i NEED TO ASK THAT HOW TO MAKE OUR FOLDER HIDDEN IN THIS , WITHOUTING PUTTING ANY COMMAND IN TERMINAL CONSOLE.
    PLS SUGGEST . WHAT IS THE PROCEDURE IF ANYBODY KNOW ABOUT THIS .

    First don't write in all caps, that's tantamount to shouting and hurts our eyes. You can't. Using the Terminal app is simple and detailed in https://discussions.apple.com/message/16507198#16507198

  • How to develop our own provisoning process

    Hi,
    Please tell me step by step how to develop our own provisioning process .

    try below
    1. create it resource
    2. create Resource Object
    3. create Process Form using Form designer
    4. Create adapters (You must have java code ready)
    5. create Process Definition
    6. add process task by associating adapter under process definition
    below link will help to do above
    http://docs.oracle.com/cd/E14571_01/doc.1111/e14309.pdf
    Its better Go with OOTB connector and see how OOTB works and that will give you the proper idea
    You can install any OOTB connector for this
    regards,
    Nishith Nayan
    Edited by: Nishith Nayan on Jan 30, 2012 10:08 PM

  • Should we just use SparkSkins, or make our own new Theme?

    I'm starting to think more and more about application loading performance and RSL.  Still don't quite have my head wrapped around it.
    I would like to make a completely new look and feel for a flex app.  Is it wise to create all new skins (assuming I have no issue with how many there are), or is it more wise to just try to hack together something using CSS?
    I'm asking because, are the spark skins included in the signed swz RSL?  If they are, then it seems like there'd be a decent performance gain to just try to modify your skins vs. creating our own.

    The Spark Skins will be included in the RSL,but the minute you make changes to them you won't get the benefit of the RSL (unless you're just mucking with colors via styles).
    Matt

  • How to create our own XML Schema (.xsd) in Weblogic WorkShop

    Hi,
    I am new to Weblogic Workshop.I want to create one xml schema with custom elements.
    when I am creating a file xml schema(.xsd).The file contains default namespace and no child elements in it.I don't know how to add elements to that file.
    please tell me how to add parent elements and child elements and also our own xml namingspace.

    Hi Sivaram,
    Unfortunately, the 8.1 IDE did not have special tooling for schema generation.
    You will need to create it by hand or using an external tool
    If you are using an external tool to create the file within the schema project, you might want to disable the schema project auto build, which will be triggered every time a file save takes place
    cheers
    Raj

  • How to find our own postings

    Hi
    Can any one let me know how to find your own postings in this forum, before the updates on this forum
    it was esy by giving our handle name in search options we can find it, but now am facing problems to find it.
    can anyone let me know about it.
    thanks in advance. :-)

    There may be (and hopefully is) an easier way, but this seems to work:
    1. In the URL of the page that's returned by clicking <b>Search for all user messages</b>, find your user ID. The URL should look something like this:
    http://forums.oracle.com/forums/search.jspa?userID=<your user ID>
    2. Add the "userID=<your user ID>" as a parameter in the URL of any search results page to filter the results for your own postings only. For example, to see all your postings, the following URL seems to work:
    http://forums.oracle.com/forums/search.jspa?userID=<your user ID>&dateRange=all
    Hope this helps.

  • How to create our own web application on apache tomcat

    I am using Tomcat's default location to place my servlets.
    "E:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT"
    But day by day my classes are increasing. Now i am feeling to have my own location to place my servlets.
    Ex. "E:\myservlets"
    How to create and activate our own web application on apache tomcat except from tomcat's directory structure? Please guide me in this regard.
    Thanks in advance.

    hi,
    you can place your own application in any where
    then you to open under tomcat/conf/server.xml file
    add
    <Context path="/examples" docBase="e:/examples" debug="0"
             reloadable="true" ......./>

  • How to define our own selection screen for logical database  in abap-hr?

    Hi Friends,
    Can u please help me
    How to define your own selection screens for  logical database.
    we use to do like(goto->attributes-HRReportcatagerious ).but How to desin using  customer table like t599c, t599f and how to add to my logical database?
    Thanks in advance
    charan

    check out this online help
    http://help.sap.com/saphelp_erp2004/helpdata/en/9f/dba65c35c111d1829f0000e829fbfe/frameset.htm
    Regards
    Raja

  • How to create our own fields in workarea in internal tables

    hai
    can u help me out in creating our own fields in workarea in an internal table (without header line..................)

    what kinda theory do u want???
    * Internal table with HEADER LINE
    DATA : BEGIN OF it_output occurs 0 with header line,
              c_icon  TYPE icon-id,
              bukrs   TYPE anla-bukrs,
              anln1   TYPE anla-anln1,
              anln2   TYPE anla-anln2,
              grufl   TYPE anla-grufl,
              grufl_n TYPE anla-grufl,
              leabg   TYPE sy-datum,
              leabg_n TYPE sy-datum,
              message TYPE bapiret2-message,
            END OF it_output.
    The above declaration is same as the below declaration in relation to the previous thread.
    * Data declarations for ty_output
    DATA : it_output TYPE STANDARD TABLE OF ty_output INITIAL SIZE 0, " Internal table declaration
           is_output TYPE ty_output." Work Area declaration
    Please reward for useful answers with appropriate points
    Regards
    Gopi
    "  Internal table without HEADER LINE
    DATA : BEGIN OF it_output occurs 0,
              c_icon  TYPE icon-id,
              bukrs   TYPE anla-bukrs,
              anln1   TYPE anla-anln1,
              anln2   TYPE anla-anln2,
              grufl   TYPE anla-grufl,
              grufl_n TYPE anla-grufl,
              leabg   TYPE sy-datum,
              leabg_n TYPE sy-datum,
              message TYPE bapiret2-message,
            END OF it_output.
    Message was edited by:
            Gopi Narendra

  • How to make my own music videos?

    Ok,
    so this might be a rather stupid question.
    But I gotta ask.
    I would very much like to use the TV shows and music that I bought via Itunes to make
    my own music videos. I just got a new macbook pro...
    Is there a way to do that?
    Do I need a complicated/expensive software?
    Is itunes locked against such use?
    Does Mac come with it's own software for that?
    I would be very grateful if somebody could help me out.
    Even if just to say ..no way girl!
    Thanks ahead
    J

    Your assumption is incorrect. Whether the content is being used to make money or not doesn't matter, nor does it matter whether you paid for the content or not. You get rights only to play the content, not to repurpose it and use it for something else without a license to do so, though again "fair use" comes into play. In addition, the terms of sale for the iTunes Store prohibit use of anything obtained from them for other than your own personal use, which therefor prohibits posting or distributing in any fashion to anyone else.
    And yes, at least some videos in YouTube may well be illegal, which is why the content owners such as Viacom have filed lawsuits against YouTube over the years. Or the creators of the videos may have obtained permission to use the content, or the video may fall within the "fair use" guidelines. This isn't the place to disuss "fair use" since it is too complex and vague a subject to address without a lot of discussion.
    Finally, again, TV shows from the iTunes Store are copy protected and cannot be edited even if you believe they would fall under "fair use", as are a number of music videos, though not all.
    Regards.

  • HT204053 How do my husband and I make our own passwords and user names? We are Shari

    My husband and I have the same user names and password for our iPads 4and iPhones. When one of downloads onto a device, it goes to both devices. Also, he gets my reminders. I want to keep the user name and password and he will then get his ow ones. How do we go about doing this?
    When I looked into doing this on apple site, it seemed to show that I can change them, but not just change one of them

    He should go to http://appleid.apple.com and create a new ID - it's best to have a non-Apple address to do this with but it must be one that hasn't been previously associateds with an Apple ID. A free one from GMail or Yahoo would do.
    He should then sign out in System Preferences>iCloud, whereupon all the contact, calendar and Mail data from your iCloud account will disappear. He can then sign in with the new ID and create a separate account. He can share some of your data if he wants to by signing in with your account in System Preferences>Mail, Contacts and Calendars and checking just that sort of data there.
    None of this affect iTunes Store purchases. He will need to sign out in the iTunes Store (click the name at left of the black toolbar and choose 'Sign out' and then sign in with his new ID. However if he has made app purchases on your ID he will not be able to update them, or view films: you can't move purchases from one account to another and you can't keep changing the sign-in to the Store either. It's quite possible for him to retain your ID in iTunes but have his own in iCloud as the two are not connected.

  • How to make "Our Future Presentation"graphic

    I need to make that old movies "Our Future Presentation" graphic for a book.
    I found the one above on the internet but it's on low res. I need to remake it.
    How to, anyone?
    - PS CS5 and AI CS5 is what I have at work.

    One way to recreate the elliptical multicolored look:
    Firstly, select the elliptical shape tool, as shown below.
    Draw a circle, and set the fill to none. Then set the stroke as necessary for the color needed. I set mine to red, but you would change yours as needed.
    Filter> Blur > Radial Blur. The dialog box can be seen below. Set the desired radial blur.
    Shown below is the radial blur effect.
    Edit > Transform Path > Warp, will warp the elliptical blur effect.
    In the option tool bar under Warp, change the setting to Twist.
    Set the Twist settings to Bend "100". The higher the amount, the more the twist effect.
    The appearance of this can be seen below.
    This creates a similar effect that you want. you would just need to create multiple of these in different colors for your desired effect. Manipulating the settings will create some variety as well. I hope this helps.
    Other helpful link:
    janelle

  • How to make my own grid and perform a "snap to grid" effect?

    Hi! I am a newbie in flash and I am trying to create a puzzle like game (a chinese puzzle game called tangram). I am wondering what kind of functions should I use to create a "triangular" grid i.e. something similar to this ? http://img40.imageshack.us/img40/2259/triangulargrid.jpg. What should I do to make the movie clips to perform the "snap to grid" effect to this grid?I have tried to draw my own grid and used the "cacheAsBitmap" function to implent it, however it doesnt seems to be working. Is there any suggestions or tutorials to this problem? Thank you very much.

    Well, the project you are taking is not a simple one. It requires quite an experience with AS3. It is not a few lines of code but an understanding of Flash display list model and how objects can interact. In addition, there is no a single solution but rather wide array of possible approaches depending on use case.
    To illustrate, the code below draws a mesh that replicates the image in your first post. Do you think that this is enough from the standpoint of your AS3 knowledge to get you started?
    This code needs Flash 10:
    var side:Number = 400;
    var s:Sprite = new Sprite();
    var g:Graphics = s.graphics;
    g.lineStyle(3);
    //g.beginFill(0xFF8000);
    g.drawTriangles(
         Vector.<Number>([     0, 0, side * .5, 0, side, 0,
         side * .25, side * .25, side * .75, side * .25,
         0, side * .5, side * .5, side * .5, side, side * .5,
         side * .25, side * .75, side * .75, side * .75,
         0, side, side * .5, side, side, side
         Vector.<int>([
              0, 1, 3,
              1, 2, 4,
              0, 3, 5,
              1, 3, 6,
              5, 3, 6,
              1, 2, 4,
              1, 4, 6,
              2, 4, 7,
              6, 4, 7,
              5, 6, 8,
              5, 8, 10,
              6, 8, 11,
              10, 8, 11,
              6, 7, 9,
              6, 9, 11,
              7, 9, 12,
              9, 11, 12
    addChild(s);

Maybe you are looking for

  • How do I get photos from aperture to iPhone?

    so far, photostream seems to be working fine as far as moving pics from my iPhone to Aperture 3/iPhoto. After the IOS5 update, I realized I have none of the pictures on my phone I originally had. Is there a new process to get pictures from Aperture /

  • Rename files and move them into new folders with part of original file name

    I have tried using automator and other programs such as name Name Mangler with no luck. I am trying to have an AppleScript run when files are added to a folder, using a service through Automator. File names come in 9 different suffixes, all with the

  • Live type render movie issue

    This goes out to you Live type gurus.  I have a 6 second animation with video.  It renders in the timeline fine but when I "render movie" the finished product only shows about half of the total project. eg it stops half way through the entire clip. 

  • Com.sap.pct.pdk.navigationconnectortestrole not found

    Hi, When i  cilck on a button in UWL for approval  it says URL Parameter not exists When i check i log file it says com.sap.pct.pdk.navigationconnectortestrole not found!# Please can anyone help it out. Thanks Srikanth

  • Iphone bluetooth to OSX 10.7 disconnects immediately

    after coupling, the connection is immediately lost (using RS-232 connection, not modem) on OSX 10.7 What is the problem? Thanks for your help.