Search:

Type: Posts; User: beer-in-box

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,438

    Re: Event Handling Styles

    Thanks.
    I googled for the terms and read the tutorial.
    At least for my present project, I think anonymous classes which I have been using are the best practice. And I just don't need to make my...
  2. Replies
    4
    Views
    1,438

    Re: Event Handling Styles

    I see.

    So, you say any class which can see the inner class also has access to the outer class? Is the reverse true too?

    Back to my original question, I am doing fine with the anonymous classes...
  3. Replies
    4
    Views
    1,438

    Event Handling Styles

    Hi,

    I was just trying to improve one of my projects and it is turning into something nice.

    I have a GUI and all of my events were handled there, with anonymous classes. Then I wondered if it...
Results 1 to 3 of 3