Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of ActionHandler in FlowHandler class #9

Open
KilianB opened this issue Aug 15, 2018 · 0 comments
Open

Usage of ActionHandler in FlowHandler class #9

KilianB opened this issue Aug 15, 2018 · 0 comments

Comments

@KilianB
Copy link

KilianB commented Aug 15, 2018

How are the private fields of the class FlowHandler

private SimpleObjectProperty<BeforeFlowActionHandler> beforeFlowActionHandler;
private SimpleObjectProperty<AfterFlowActionHandler> afterFlowActionHandler;
private SimpleObjectProperty<VetoableBeforeFlowActionHandler> vetoableBeforeFlowActionHandler;
private SimpleObjectProperty<VetoHandler> vetoHandler;

populated and used in datafx? I would like to fire an event after a flow has taken place having access to the actionId.
Are they accessed via reflection or just idle at the moment? Any chance we get some getters/setters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant