Skip to main content
Code Review

Return to Question

replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Source Link

The follow up question is located here here.

The follow up question is located here.

The follow up question is located here.

added 18 characters in body
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

The follow up question is located Here .

This is a Observablean Observable class similar to java.util.Observablejava.util.Observable. The difference is, that it uses generics to avoid casts. The question is: Is it really worth the effort? What are the problems with this code?

Observable now carries type of args sent to each Observer, and Observer is also aware of it, thus no cast needed.


The follow up question is located here.

The follow up question is located Here .

This is a Observable class similar to java.util.Observable. difference is, it uses generics to avoid casts. The question is: Is it really worth the effort? What are the problems with this code?

Observable now carries type of args sent to each Observer, and Observer is also aware of it, thus no cast needed.

This is an Observable class similar to java.util.Observable. The difference is that it uses generics to avoid casts. The question is: Is it really worth the effort? What are the problems with this code?

Observable now carries type of args sent to each Observer, and Observer is also aware of it, thus no cast needed.


The follow up question is located here.

added 148 characters in body
Source Link
hkoosha
  • 153
  • 1
  • 6

The follow up question is located Here .

This is a Observable class similar to java.util.Observable. difference is, it uses generics to avoid casts. The question is: Is it really worth the effort? What are the problems with this code?

This is a Observable class similar to java.util.Observable. difference is, it uses generics to avoid casts. The question is: Is it really worth the effort? What are the problems with this code?

The follow up question is located Here .

This is a Observable class similar to java.util.Observable. difference is, it uses generics to avoid casts. The question is: Is it really worth the effort? What are the problems with this code?

deleted 1813 characters in body
Source Link
hkoosha
  • 153
  • 1
  • 6
Loading
added 1489 characters in body
Source Link
hkoosha
  • 153
  • 1
  • 6
Loading
deleted 170 characters in body; edited title
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238
Loading
Source Link
hkoosha
  • 153
  • 1
  • 6
Loading
lang-java

AltStyle によって変換されたページ (->オリジナル) /