How get event when text control loses focus?

Viewed 9390

I have JavaFX 2 app, and I need to perform some actions when TextField loses focus. But I do not see any events happening on the node when it loses focus.

Is it possible to somehow listen for focus lose event on TextField?

1 Answers
Related