Platform#runLater Question
Richard Bair
richard.bair at oracle.com
Tue Apr 2 10:42:39 PDT 2013
> Ultimately, the use cases that I'd like to cover cleanly are:
>
> MyContext.fireEvent(event) // lets you fire an event, and notify all relevant listeners
> MyContext.addListener(eventHandler, eventType...) // let a listener listen to a variety of event types
> MyContext.removeListener(event, eventType...) // remove the listener from the event types
Ye Olde Event Bus!
More information about the openjfx-dev
mailing list