Alternative to Java's Observable class? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . I'm coming to Java from the C# world where the Observer pattern is implemented as a first-class language construct with the event keyword. I see that Java's had the Observable class since the early days, but it clearly has implementation issues and doesn't seem to be widely used.