TomasMikula / ReactFX

Reactive event streams, observable values and more for JavaFX.
BSD 2-Clause "Simplified" License
375 stars 47 forks source link

Add EventStreams#eventsOf for Window #50

Closed fischey closed 8 years ago

fischey commented 8 years ago

I just copied the eventsOf-method for use it with Window and its subclasses.

For me this method was helpful. Maybe it is also helpful for other people.

Best regards Rene Fischer

TomasMikula commented 8 years ago

Thanks for the contribution! You might also be interested in this JavaFX enhancement proposal: Common super-interface for objects that allow to register event handlers/filters.