Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.20 seconds.

  1. Replies
    4
    Views
    1,459

    Re: Event Handling Styles

    Like I said, inner classes keep around a reference to the outer class. That can be a memory issue. Separate classes are useful in that they don't do that, plus they allow you to invoke other methods...
  2. Replies
    4
    Views
    1,459

    Re: Event Handling Styles

    To really understand this, you need to really understand the differences between anonymous classes, inner classes (and static inner classes), and "normal" classes.

    Keep in mind that inner classes...
Results 1 to 2 of 2